more debugging stuff marked as debugging
This commit is contained in:
parent
c0e4e492fd
commit
1ee3be4ce1
1 changed files with 6 additions and 4 deletions
|
|
@ -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$
|
# $Source$
|
||||||
#
|
#
|
||||||
# article.rb
|
# article.rb
|
||||||
|
|
@ -324,14 +324,16 @@ def get_group_body(subj)
|
||||||
resp = false
|
resp = false
|
||||||
end
|
end
|
||||||
if resp == false
|
if resp == false
|
||||||
|
if Debuglevel > 1
|
||||||
print "mess-id i: #{@groups[subj]["messages"][i]}\n"
|
print "mess-id i: #{@groups[subj]["messages"][i]}\n"
|
||||||
print "mess-id i+1: #{@groups[subj]["messages"][i+1]}\n"
|
print "mess-id i+1: #{@groups[subj]["messages"][i+1]}\n"
|
||||||
|
end
|
||||||
if (i+1 < @groups[subj]["messages"].length) and
|
if (i+1 < @groups[subj]["messages"].length) and
|
||||||
(@groups[subj]["messages"][i] == @groups[subj]["messages"][i+1])
|
(@groups[subj]["messages"][i] == @groups[subj]["messages"][i+1])
|
||||||
print "Trying next server...\n"
|
print "Trying next server...\n"
|
||||||
i += 1
|
i += 1
|
||||||
else
|
else
|
||||||
raise TempError, "Message-id not on another server"
|
raise TempError, " Message-id not on another server"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue