Improved log message

This commit is contained in:
Michael 2022-08-01 05:59:59 +00:00
parent 7d5b4808cd
commit f7ec8d5b8e

View File

@ -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 [];