]> git.mxchange.org Git - friendica.git/commitdiff
Beautified the poller logging
authorMichael Vogel <icarus@dabo.de>
Thu, 19 Feb 2015 21:38:02 +0000 (22:38 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 19 Feb 2015 21:38:02 +0000 (22:38 +0100)
include/poller.php

index 87c9c95270d5530639a80da48779ba0752b19096..cef11a74431a111fa268fe93ea919ab4539a89f9 100644 (file)
@@ -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']);