summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-30 15:17:53 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-30 15:17:53 -0400
commit0f4be673920be78e47642e5fe8df39fcd46a85f4 (patch)
tree1b3339720580232fdbb74afb85674fc10b4562f7
parent353aa5a0d8dd1a48cd4f6d921a0b24c5330359c0 (diff)
output on fixup_hashtags
darcs-hash:20080730191753-84dde-488f6ec3593072996a5227d2a02c079d9ba14032.gz
-rwxr-xr-xfixup_hashtags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixup_hashtags.php b/fixup_hashtags.php
index d5cf8ca85..04f50afdf 100755
--- a/fixup_hashtags.php
+++ b/fixup_hashtags.php
@@ -35,7 +35,7 @@ $notice = new Notice();
$cnt = $notice->find();
while ($notice->fetch()) {
- common_log(LOG_INFO, 'Getting replies for notice #' . $notice->id);
+ common_log(LOG_INFO, 'Getting tags for notice #' . $notice->id);
$notice->saveTags();
$original = clone($notice);
$notice->rendered = common_render_content($notice->content, $notice);