]> git.mxchange.org Git - friendica.git/commitdiff
Fix log message
authorMichael <heluecht@pirati.ca>
Mon, 3 Oct 2022 11:42:50 +0000 (11:42 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 3 Oct 2022 11:42:50 +0000 (11:42 +0000)
src/Protocol/Diaspora.php

index 4a1779d8195d15a9938e870558c9c18e24c2dace..781ae57a36796493c9d739201c543211b79e938a 100644 (file)
@@ -4134,7 +4134,7 @@ class Diaspora
                }
 
                if (!self::parentSupportDiaspora($item['thr-parent-id'])) {
-                       Logger::info('One of the parents does not support. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
+                       Logger::info('One of the parents does not support Diaspora. A signature will not be created.', ['uri-id' => $item['uri-id'], 'guid' => $item['guid']]);
                        return false;
                }