X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=92e48c355404a0f4bc1fb97451ea097d47f3f8b8;hb=d0ade828c05545e45ce129c05090fa795d0376c1;hp=99a736db0a81484625a11e65ff319c0c60682f53;hpb=d090dc19a7a46f25ff272d540342dc973ac0b90c;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index 99a736db0a..92e48c3554 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -559,7 +559,7 @@ function notifier_run(&$argv, &$argc){ $r = array_merge($r2,$r1,$r0); if(count($r)) { - logger('pubdeliver: ' . print_r($r,true), LOGGER_DEBUG); + logger('pubdeliver '.$target_item["guid"].': '.print_r($r,true), LOGGER_DEBUG); // throw everything into the queue in case we get killed @@ -584,7 +584,7 @@ function notifier_run(&$argv, &$argc){ } if((! $mail) && (! $fsuggest) && (! $followup)) { - logger('notifier: delivery agent: ' . $rr['name'] . ' ' . $rr['id']); + logger('notifier: delivery agent: '.$rr['name'].' '.$rr['id'].' '.$rr['network'].' '.$target_item["guid"]); proc_run('php','include/delivery.php',$cmd,$item_id,$rr['id']); if($interval) @time_sleep_until(microtime(true) + (float) $interval);