Updated logging event

This commit is contained in:
Netkas 2023-06-30 03:37:52 -04:00
parent 76167c307c
commit 2083f63527
No known key found for this signature in database
GPG key ID: 5DAF58535614062B

View file

@ -724,7 +724,7 @@
if($job_id !== false && $this->claimJob($job_id[1], $worker_id)) 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])); return new JobPacket($this->getClient()->hGetAll($job_id[1]));
} }