Some changes after code review

This commit is contained in:
Michael 2022-08-31 19:03:37 +00:00
parent 9ca470cc94
commit cc43b567cb
3 changed files with 6 additions and 6 deletions

View file

@ -104,7 +104,7 @@ class Worker
foreach ($r as $entry) {
// The work will be done
if (!self::execute($entry)) {
Logger::warning('Process execution failed, quitting.');
Logger::warning('Process execution failed, quitting.', ['entry' => $entry]);
return;
}