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 #!/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$ # $Source$
# #
@ -657,8 +657,8 @@ def main
@decode_threads = [] @decode_threads = []
@newsrc_lock = Mutex.new @newsrc_lock = Mutex.new
profile_mem("#{group} start") profile_mem("#{group} start")
puts "object count:" # puts "object count:"
puts ObjectSpace.each_object(){} # puts ObjectSpace.each_object(){}
print "\nGetting articles for #{group}\n" print "\nGetting articles for #{group}\n"
@articles = Article.new(@config[group]["NNTPSERVER"], group, @config[group]["NEWSRCNAME"]) @articles = Article.new(@config[group]["NNTPSERVER"], group, @config[group]["NEWSRCNAME"])
fill_preselector(group) fill_preselector(group)