Updated logging event
This commit is contained in:
parent
76167c307c
commit
2083f63527
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@
|
|||
|
||||
if($job_id !== false && $this->claimJob($job_id[1], $worker_id))
|
||||
{
|
||||
Log::debug(Utilities::getName(), sprintf('Claimed job & received job %s', $job_id[1]));
|
||||
Log::debug(Utilities::getName(), sprintf('Claimed job %s', $job_id[1]));
|
||||
return new JobPacket($this->getClient()->hGetAll($job_id[1]));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue