From db4ff56f0b5c4610ef6706af39ac496b5d98e69b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 14 Nov 2018 18:41:36 -0800 Subject: more logging --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/zot.php b/include/zot.php index 26eaee6b3..2fca33a96 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1189,6 +1189,8 @@ function zot_fetch($arr) { $zret = zot6_check_sig(); + logger('zret: ' . print_r($zret,true)); + if($zret['success'] && $zret['hubloc'] && $zret['hubloc']['hubloc_guid'] === $data['sender']['guid'] && $data['msg']) { logger('zot6_delivery',LOGGER_DEBUG); logger('zot6_data: ' . print_r($data,true),LOGGER_DATA); -- cgit v1.2.3