commit 3a70f7918c6385fa2e3b74d2b4f6eca258af107b
parent 396af5ad95a9307a456fa29b3bdd55b1bfef0660
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Wed, 3 Jan 2007 06:40:41 +0000
more logging
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@153 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/mbox/loader.rb b/lib/sup/mbox/loader.rb
@@ -37,6 +37,7 @@ class Loader < Source
@f.seek offset
l = @f.gets
unless l =~ BREAK_RE
+ Redwood::log "#{to_s}: offset mismatch in mbox file offset #{offset.inspect}: #{l.inspect}"
self.broken_msg = "offset mismatch in mbox file offset #{offset.inspect}: #{l.inspect}. Run 'sup-import --rebuild #{to_s}' to correct this."
raise SourceError, self.broken_msg
end