aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 18:41:36 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 18:41:36 -0800
commitdb4ff56f0b5c4610ef6706af39ac496b5d98e69b (patch)
treec32f5bb16af0eb7a078c0db914829ae793f022ca /include
parent830c2472cb7b2b1d53f1d99062f37e52c4aa7074 (diff)
downloadvolse-hubzilla-db4ff56f0b5c4610ef6706af39ac496b5d98e69b.tar.gz
volse-hubzilla-db4ff56f0b5c4610ef6706af39ac496b5d98e69b.tar.bz2
volse-hubzilla-db4ff56f0b5c4610ef6706af39ac496b5d98e69b.zip
more logging
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 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);