diff --git a/trunk/ripnews/news/article.rb b/trunk/ripnews/news/article.rb index 872fa92..dc21e34 100644 --- a/trunk/ripnews/news/article.rb +++ b/trunk/ripnews/news/article.rb @@ -38,7 +38,7 @@ end def reconnect(server) print "Trying to reconnect to #{server}...\n" @connections[server]["nntp"] = Net::NNTP.new(server) - print "Connection type: @connections[server]["nntp"].type.to_s\n" + print "Connection type: #{@connections[server]["nntp"].type.to_s}\n" end def add(messid, id, server, subject)