change wording on item_store message so we can find failures fast with grep item_store logfile | grep -v created
This commit is contained in:
parent
3e5414cf35
commit
46c66e2e4c
@ -1634,7 +1634,7 @@ function item_store($arr,$allow_exec = false) {
|
||||
logger('item_store: created item ' . $current_post, LOGGER_DEBUG);
|
||||
}
|
||||
else {
|
||||
logger('item_store: could not locate created item');
|
||||
logger('item_store: could not locate stored item');
|
||||
$ret['message'] = 'unable to retrieve.';
|
||||
return $ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user