From: Michael Vogel Date: Thu, 19 Feb 2015 21:38:02 +0000 (+0100) Subject: Beautified the poller logging X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dfdb804323011a5983ee33a814e7604bfd300f49;p=friendica.git Beautified the poller logging --- diff --git a/include/poller.php b/include/poller.php index 87c9c95270..cef11a7443 100644 --- a/include/poller.php +++ b/include/poller.php @@ -284,7 +284,7 @@ function poller_run(&$argv, &$argc){ continue; } - logger("Polling ".$contact["uid"]." ".$contact["id"]." ".$contact["network"]." ".$contact["nick"]); + logger("Polling ".$contact["network"]." ".$contact["id"]." ".$contact["nick"]." ".$contact["name"]); proc_run('php','include/onepoll.php',$contact['id']);