summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-04-30 08:49:46 +0000
committerAndrew Dolgov <[email protected]>2014-04-30 08:49:46 +0000
commit15d0528a9f7d023416f0521e44c88b5e8c1dfd84 (patch)
treef49fc5ab3111038de97aec07940d4dcc6ece9c2e /include
parentedd882ede443a077cb62e57265a7aa06447caeee (diff)
rssfuncs: mention local cache filename for easier debugging
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 4044d1f85..15f1df0cc 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);