aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-03 02:21:35 -0800
committerfriendica <info@friendica.com>2013-01-03 02:21:35 -0800
commit05d8faf5e1bccfe2fe2e7e2d521f484ec230738c (patch)
tree45e1232cec38a8be1d00a25817718c6e06c5bba9 /include
parente6000f3f6e5832ba0843167e95457451453d9bdc (diff)
downloadvolse-hubzilla-05d8faf5e1bccfe2fe2e7e2d521f484ec230738c.tar.gz
volse-hubzilla-05d8faf5e1bccfe2fe2e7e2d521f484ec230738c.tar.bz2
volse-hubzilla-05d8faf5e1bccfe2fe2e7e2d521f484ec230738c.zip
provide delivery report on both sides, local and remote
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index a8a8044b2..c4e7459ac 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -909,6 +909,8 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
if(! $deliveries)
$result[] = array('','no recipients');
+ logger('process_delivery: local results: ' . print_r($result,true));
+
return $result;
}