From 0f4be673920be78e47642e5fe8df39fcd46a85f4 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 30 Jul 2008 15:17:53 -0400 Subject: output on fixup_hashtags darcs-hash:20080730191753-84dde-488f6ec3593072996a5227d2a02c079d9ba14032.gz --- fixup_hashtags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf