summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-01 20:33:59 +0400
committerAndrew Dolgov <[email protected]>2013-05-01 20:33:59 +0400
commitee78f81ccdcc12055927a708e31ab0a85442b27b (patch)
tree9738c1d819cfc628d31f7fca0c5a1629405fe1c5
parent852d4ac89084edbee98df89ab066266cd9df63c9 (diff)
update: better tag-related debugging info
-rw-r--r--include/rssfuncs.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 57e63b873..d1175a303 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -591,7 +591,7 @@
_debug("author $entry_author", $debug_enabled);
_debug("num_comments: $num_comments", $debug_enabled);
- _debug("looking for tags [1]...", $debug_enabled);
+ _debug("looking for tags...", $debug_enabled);
// parse <category> entries into tags
@@ -605,14 +605,13 @@
}
}
- _debug("category tags:", $debug_enabled);
- _debug("looking for tags [2]...", $debug_enabled);
-
$entry_tags = array_unique($additional_tags);
for ($i = 0; $i < count($entry_tags); $i++)
$entry_tags[$i] = mb_strtolower($entry_tags[$i], 'utf-8');
+ _debug("tags found: " . join(",", $entry_tags), $debug_enabled);
+
_debug("done collecting data.", $debug_enabled);
// TODO: less memory-hungry implementation