minder debugging spul

This commit is contained in:
Ward Wouts 2005-02-01 19:35:49 +00:00
parent d6e2ca2e20
commit c1809c66c2

View file

@ -1,6 +1,6 @@
#!/usr/local/bin/ruby -w
# $Dwarf: ripnews.rb,v 1.92 2005/02/01 09:33:56 ward Exp $
# $Dwarf: ripnews.rb,v 1.93 2005/02/01 09:38:22 ward Exp $
# $Source$
#
@ -657,8 +657,8 @@ def main
@decode_threads = []
@newsrc_lock = Mutex.new
profile_mem("#{group} start")
puts "object count:"
puts ObjectSpace.each_object(){}
# puts "object count:"
# puts ObjectSpace.each_object(){}
print "\nGetting articles for #{group}\n"
@articles = Article.new(@config[group]["NNTPSERVER"], group, @config[group]["NEWSRCNAME"])
fill_preselector(group)