diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-02-26 19:26:38 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-02-26 19:26:38 +0400 |
| commit | 70caff4811b1e443831e2f4e1e5a1445837fec18 (patch) | |
| tree | c2047e9a5ff70ee50a5fe2b219a9973d0cf09a15 /include | |
| parent | 8dffcd0175865dbd174a5e5b649bebf52b51f47e (diff) | |
done collecting data debug message: remove title
Diffstat (limited to 'include')
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 922b0ccb5..ba9e30b05 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -553,7 +553,7 @@ } if ($debug_enabled) { - _debug("update_rss_feed: done collecting data [TITLE:$entry_title]"); + _debug("update_rss_feed: done collecting data."); } // TODO: less memory-hungry implementation |