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$
|
||||
#
|
||||
# article.rb
|
||||
|
|
@ -324,8 +324,10 @@ 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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue