more debugging stuff marked as debugging

This commit is contained in:
Ward Wouts 2003-04-28 20:34:15 +00:00
parent c0e4e492fd
commit 1ee3be4ce1

View file

@ -1,6 +1,6 @@
#################################
#
# $Dwarf: article.rb,v 1.64 2003/04/24 07:43:21 ward Exp $
# $Dwarf: article.rb,v 1.65 2003/04/28 20:30:18 ward Exp $
# $Source$
#
# article.rb
@ -324,14 +324,16 @@ def get_group_body(subj)
resp = false
end
if resp == false
if Debuglevel > 1
print "mess-id i: #{@groups[subj]["messages"][i]}\n"
print "mess-id i+1: #{@groups[subj]["messages"][i+1]}\n"
end
if (i+1 < @groups[subj]["messages"].length) and
(@groups[subj]["messages"][i] == @groups[subj]["messages"][i+1])
print "Trying next server...\n"
i += 1
else
raise TempError, "Message-id not on another server"
raise TempError, " Message-id not on another server"
end
end
end