more logging
This commit is contained in:
parent
830c2472cb
commit
db4ff56f0b
@ -1189,6 +1189,8 @@ function zot_fetch($arr) {
|
|||||||
|
|
||||||
$zret = zot6_check_sig();
|
$zret = zot6_check_sig();
|
||||||
|
|
||||||
|
logger('zret: ' . print_r($zret,true));
|
||||||
|
|
||||||
if($zret['success'] && $zret['hubloc'] && $zret['hubloc']['hubloc_guid'] === $data['sender']['guid'] && $data['msg']) {
|
if($zret['success'] && $zret['hubloc'] && $zret['hubloc']['hubloc_guid'] === $data['sender']['guid'] && $data['msg']) {
|
||||||
logger('zot6_delivery',LOGGER_DEBUG);
|
logger('zot6_delivery',LOGGER_DEBUG);
|
||||||
logger('zot6_data: ' . print_r($data,true),LOGGER_DATA);
|
logger('zot6_data: ' . print_r($data,true),LOGGER_DATA);
|
||||||
|
Reference in New Issue
Block a user