aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-10 20:14:12 -0700
committerfriendica <info@friendica.com>2013-09-10 20:14:12 -0700
commit46c66e2e4cc5c2f02bcbd4f92c78520a3d029ed8 (patch)
tree0f3a80b86343328a2435ae391948c0c2a494b620 /include/items.php
parent3e5414cf35f3781297490e058c6d366bca45748e (diff)
downloadvolse-hubzilla-46c66e2e4cc5c2f02bcbd4f92c78520a3d029ed8.tar.gz
volse-hubzilla-46c66e2e4cc5c2f02bcbd4f92c78520a3d029ed8.tar.bz2
volse-hubzilla-46c66e2e4cc5c2f02bcbd4f92c78520a3d029ed8.zip
change wording on item_store message so we can find failures fast with grep item_store logfile | grep -v created
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 2648a0629..b1aa493b5 100755
--- a/include/items.php
+++ b/include/items.php
@@ -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;
}