From: Andrew Dolgov Date: Wed, 24 Apr 2013 12:48:47 +0000 (+0400) Subject: fix floicon failed message not respecting debugging setting X-Git-Tag: 1.7.9~25^2~93 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=84ceb6bd2eb0257a1cc863ff40120a694fa51b79;p=tt-rss.git fix floicon failed message not respecting debugging setting --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index a64d60e1..6bb841c5 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -440,7 +440,7 @@ $favicon_colorstring = ",favicon_avg_color = '".$favicon_color."'"; } else if ($favicon_avg_color == 'fail') { - _debug("floicon failed on this file, not trying to recalculate avg color"); + _debug("floicon failed on this file, not trying to recalculate avg color", $debug_enabled); } db_query("UPDATE ttrss_feeds SET favicon_last_checked = NOW()