From 46c66e2e4cc5c2f02bcbd4f92c78520a3d029ed8 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Sep 2013 20:14:12 -0700 Subject: change wording on item_store message so we can find failures fast with grep item_store logfile | grep -v created --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') 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; } -- cgit v1.2.3