mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Fixing saveLog()
This commit is contained in:
parent
a3d6062476
commit
86aaa6565e
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ class Worker
|
|||
|
||||
Logger::log("Process ".$mypid." - Prio ".$queue["priority"]." - ID ".$queue["id"].": ".$funcname." - done in ".number_format($duration, 4)." seconds. Process PID: ".$new_process_id);
|
||||
|
||||
$a->getProfiler()->saveLog("ID " . $queue["id"] . ": " . $funcname);
|
||||
$a->getProfiler()->saveLog($a->getLogger(), "ID " . $queue["id"] . ": " . $funcname);
|
||||
|
||||
$cooldown = Config::get("system", "worker_cooldown", 0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue