summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-02-03 01:30:35 +0000
committerwn_ <[email protected]>2023-02-03 01:30:35 +0000
commit1646aba944bda7a90b02829d6eb47fa03f7cd1bd (patch)
tree4402431239be78fecdf95913de71bfcf8d9e7647 /classes
parentb28d339bf2d21813864a420e0ae0332d86ce56ae (diff)
Minor tweak to favicon avg color debug log message.
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/rssutils.php2
1 files changed, 1 insertions, 1 deletions
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);