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:
friendica 2013-09-10 20:14:12 -07:00
parent 3e5414cf35
commit 46c66e2e4c

View File

@ -1634,7 +1634,7 @@ function item_store($arr,$allow_exec = false) {
logger('item_store: created item ' . $current_post, LOGGER_DEBUG); logger('item_store: created item ' . $current_post, LOGGER_DEBUG);
} }
else { else {
logger('item_store: could not locate created item'); logger('item_store: could not locate stored item');
$ret['message'] = 'unable to retrieve.'; $ret['message'] = 'unable to retrieve.';
return $ret; return $ret;
} }