diff options
Diffstat (limited to 'include/zot.php')
-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; } |