Minor tweak to favicon avg color debug log message.

This commit is contained in:
wn_ 2023-02-03 01:30:35 +00:00
parent b28d339bf2
commit 1646aba944
1 changed files with 1 additions and 1 deletions

View File

@ -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);