From 05d8faf5e1bccfe2fe2e7e2d521f484ec230738c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 02:21:35 -0800 Subject: provide delivery report on both sides, local and remote --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3