Improved log message

This commit is contained in:
Michael 2022-08-01 05:59:59 +00:00
parent 7d5b4808cd
commit f7ec8d5b8e
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ class Processor
Fetch::setWorkerId($activity['reply-to-id'], $wid);
Queue::setWorkerId($activity, $wid);
} 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)) {
return [];