add logging

This commit is contained in:
zotlabs 2018-02-19 14:27:27 -08:00
parent 331fe92b9e
commit 67069beddc

View File

@ -1235,6 +1235,8 @@ function zot_fetch($arr) {
*/
function zot_import($arr, $sender_url) {
logger('arr: ' . print_r($arr,true));
$data = json_decode($arr['body'], true);
if(! $data) {