about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--lib/tasks/monsterfork.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/monsterfork.rake b/lib/tasks/monsterfork.rake
index e55bb1930..f92eb752d 100644
--- a/lib/tasks/monsterfork.rake
+++ b/lib/tasks/monsterfork.rake
@@ -7,7 +7,7 @@ namespace :monsterfork do
     total = Status.count
 
     Status.find_in_batches do |statuses|
-      ActiveRecord::Base.logger.info("Indexing statuses #{1+i}-#{statuses.count} of #{total}.")
+      ActiveRecord::Base.logger.info("Indexing status #{1+i} of #{total}.")
       i += statuses.count
       statuses.each do |s|
         ActiveRecord::Base.logger.silence { s.update_column(:normalized_text, normalize_status(s)) }