]> git.mxchange.org Git - friendica.git/commitdiff
Improved log message
authorMichael <heluecht@pirati.ca>
Mon, 1 Aug 2022 05:59:59 +0000 (05:59 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 1 Aug 2022 05:59:59 +0000 (05:59 +0000)
src/Protocol/ActivityPub/Processor.php

index 4f31fe8c2872cdfe6cedfe9282e516c5acf79d20..6959755a11b31f8d6652648a34a26c75aaabef6e 100644 (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 [];