From dfdb804323011a5983ee33a814e7604bfd300f49 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 19 Feb 2015 22:38:02 +0100 Subject: [PATCH] Beautified the poller logging --- include/poller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']);