diff options
author | friendica <info@friendica.com> | 2013-01-03 02:21:35 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-03 02:21:35 -0800 |
commit | 05d8faf5e1bccfe2fe2e7e2d521f484ec230738c (patch) | |
tree | 45e1232cec38a8be1d00a25817718c6e06c5bba9 /include | |
parent | e6000f3f6e5832ba0843167e95457451453d9bdc (diff) | |
download | volse-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.php | 2 |
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; } |