mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Some changes after code review
This commit is contained in:
parent
9ca470cc94
commit
cc43b567cb
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue