]> git.notmuchmail.org Git - sup/commitdiff
debug message cleanup
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 2 Feb 2007 19:04:07 +0000 (19:04 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Fri, 2 Feb 2007 19:04:07 +0000 (19:04 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@297 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/index.rb

index 039c6ea77ae7afe9749deefff26941bd16cd63a4..9639430262981f4becf1197a3f975cb96ef61958 100644 (file)
@@ -106,7 +106,7 @@ class Index
       begin
         m = Message.new :source => source, :source_info => offset, :labels => labels
         if found[m.id]
-          puts "skipping duplicate message #{m.id}"
+          Redwood::log "skipping duplicate message #{m.id}"
           next
         else
           found[m.id] = true