Improved log message
This commit is contained in:
@@ -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 [];
|
||||||
|
|||||||
Reference in New Issue
Block a user