From: Michael Date: Mon, 3 Oct 2022 11:42:50 +0000 (+0000) Subject: Fix log message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8347f0144b91816ca9fcfb273b1789dae4fd0687;p=friendica.git Fix log message --- diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index 4a1779d819..781ae57a36 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -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; }