more debugging

This commit is contained in:
Ward Wouts 2005-02-01 20:58:40 +00:00
parent 24696d2070
commit cdbbbe1127

View file

@ -1,4 +1,4 @@
# $Dwarf: article.rb,v 1.101 2005/02/01 19:34:05 ward Exp $
# $Dwarf: article.rb,v 1.102 2005/02/01 20:57:45 ward Exp $
# $Source$
#
@ -372,7 +372,7 @@ def get_body(server, message)
end
def get_group_body(subj)
p "get_group_body"
#p "get_group_body"
result = []
group_subject_sort(subj)
# puts @groups[subj].to_yaml
@ -415,7 +415,7 @@ p "get_group_body"
end
def get_group_body_first(subj)
p "get_group_body_first"
#p "get_group_body_first"
group_subject_sort(subj)
i = 0
unless @groups[subj]["messageinfo"] != nil && @groups[subj]["messageinfo"][0][:messid]
@ -451,7 +451,7 @@ p "get_group_body_first"
end
def get_group_body_rest(subj, file=nil)
p "get_group_body_rest"
#p "get_group_body_rest"
result = []
for i in (1...@groups[subj]["messageinfo"].length)
unless @gotten.has_key?(@groups[subj]["messageinfo"][i][:messid])