Improved log message
This commit is contained in:
parent
7d5b4808cd
commit
f7ec8d5b8e
|
@ -349,7 +349,7 @@ class Processor
|
||||||
Fetch::setWorkerId($activity['reply-to-id'], $wid);
|
Fetch::setWorkerId($activity['reply-to-id'], $wid);
|
||||||
Queue::setWorkerId($activity, $wid);
|
Queue::setWorkerId($activity, $wid);
|
||||||
} else {
|
} else {
|
||||||
Logger::debug('Activity is already in the fetching process', ['url' => $activity['reply-to-id']]);
|
Logger::debug('Activity will already be fetched via a worker.', ['url' => $activity['reply-to-id']]);
|
||||||
}
|
}
|
||||||
if (empty($conversation)) {
|
if (empty($conversation)) {
|
||||||
return [];
|
return [];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user