debugging crap
This commit is contained in:
parent
30e9890eda
commit
cde8e59f3e
1 changed files with 3 additions and 0 deletions
|
|
@ -774,6 +774,9 @@ def main
|
|||
@decode_file_lock = Mutex.new
|
||||
profile_mem("#{group} start")
|
||||
puts "\nGetting articles for #{group}"
|
||||
puts "nntpserver #{@config[group]["NNTPSERVER"]}"
|
||||
puts "newsrcname #{@config[group]["NEWSRCNAME"]}"
|
||||
puts "maxage #{@config[group]["MAXAGE"]}"
|
||||
@articles = Article.new(@config[group]["NNTPSERVER"], group, @config[group]["NEWSRCNAME"], @config[group]["MAXAGE"])
|
||||
fill_preselector(group)
|
||||
puts "initialized"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue