From: Andrew Dolgov Date: Wed, 30 Apr 2014 08:49:46 +0000 (+0000) Subject: rssfuncs: mention local cache filename for easier debugging X-Git-Tag: 1.13~38 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=15d0528a9f7d023416f0521e44c88b5e8c1dfd84;p=tt-rss.git rssfuncs: mention local cache filename for easier debugging --- diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 4044d1f8..15f1df0c 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -278,7 +278,7 @@ !$auth_login && !$auth_pass && filemtime($cache_filename) > time() - 30) { - _debug("using local cache.", $debug_enabled); + _debug("using local cache [$cache_filename].", $debug_enabled); @$feed_data = file_get_contents($cache_filename);