Beautified the poller logging

This commit is contained in:
Michael Vogel 2015-02-19 22:38:02 +01:00
parent ab5bf06873
commit dfdb804323
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ function poller_run(&$argv, &$argc){
continue; 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']); proc_run('php','include/onepoll.php',$contact['id']);