aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-15 03:12:51 -0700
committerfriendica <info@friendica.com>2013-07-15 03:12:51 -0700
commitf384695e3d0fe86b9a059ab4f289042bf17d2da2 (patch)
treed9e20304cdc0e5175c23ff81ed40374486d6abf3 /include/zot.php
parentd571ac02b2fe6d629a58636795de361843f37b8c (diff)
downloadvolse-hubzilla-f384695e3d0fe86b9a059ab4f289042bf17d2da2.tar.gz
volse-hubzilla-f384695e3d0fe86b9a059ab4f289042bf17d2da2.tar.bz2
volse-hubzilla-f384695e3d0fe86b9a059ab4f289042bf17d2da2.zip
more diagnostics
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php
index f7c9bea4c..6dabd76a6 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -947,7 +947,7 @@ function public_recips($msg) {
$x = array();
$r = array_merge($r,$x);
-
+ logger('public_recips: ' . print_r($r,true), LOGGER_DATA);
return $r;
}
@@ -1106,7 +1106,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
$arr['aid'] = $channel['channel_account_id'];
$arr['uid'] = $channel['channel_id'];
$item_id = item_store($arr);
- $result[] = array($d['hash'],'posted');
+ $result[] = array($d['hash'],(($item_id) ? 'posted' : 'storage failed'));
}
if($relay && $item_id) {