more logging

This commit is contained in:
zotlabs 2018-11-14 18:41:36 -08:00
parent 830c2472cb
commit db4ff56f0b

View File

@ -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);