From 1646aba944bda7a90b02829d6eb47fa03f7cd1bd Mon Sep 17 00:00:00 2001 From: wn_ Date: Fri, 3 Feb 2023 01:30:35 +0000 Subject: [PATCH] Minor tweak to favicon avg color debug log message. --- classes/rssutils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/rssutils.php b/classes/rssutils.php index daa856a0d..df7727eb1 100755 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -640,7 +640,7 @@ class RSSUtils { $feed_obj->save(); } - Debug::log("favicon: avg color: {$feed_obj->favicon_avg_color}", Debug::LOG_VERBOSE); + Debug::log("favicon: calculated avg color: {$calculated_avg_color}, setting avg color: {$feed_obj->favicon_avg_color}", Debug::LOG_VERBOSE); } else if ($feed_obj->favicon_avg_color == 'fail') { Debug::log("floicon failed on $feed or a suitable avg color couldn't be determined, not trying to recalculate avg color", Debug::LOG_VERBOSE);