minder debugging spul
This commit is contained in:
parent
d6e2ca2e20
commit
c1809c66c2
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue