From 5c71c3949e26443c2b193148571d1c6837b86a90 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 29 Nov 2022 16:13:05 +0100 Subject: [PATCH] Resolve #722 --- plugins/avatars/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/avatars/index.php b/plugins/avatars/index.php index 7e521440b..4754a541e 100644 --- a/plugins/avatars/index.php +++ b/plugins/avatars/index.php @@ -167,7 +167,7 @@ class AvatarsPlugin extends \RainLoop\Plugins\AbstractPlugin if ($BIMI) { $aUrls[] = $BIMI; // $aResult = ['text/uri-list', $BIMI]; - \SnappyMail\Log::debug('Avatar', "BIMI {$sDomain} for {$sUrl}"); + \SnappyMail\Log::debug('Avatar', "BIMI {$sDomain}: {$BIMI}"); } else { \SnappyMail\Log::notice('Avatar', "BIMI 404 for {$sDomain}"); }