diff options
author | friendica <info@friendica.com> | 2013-07-15 03:12:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-15 03:12:51 -0700 |
commit | f384695e3d0fe86b9a059ab4f289042bf17d2da2 (patch) | |
tree | d9e20304cdc0e5175c23ff81ed40374486d6abf3 /include/zot.php | |
parent | d571ac02b2fe6d629a58636795de361843f37b8c (diff) | |
download | volse-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.php | 4 |
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) { |