Beautified the poller logging
This commit is contained in:
parent
ab5bf06873
commit
dfdb804323
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue