From 800d7a04b0c17eaf553edc4bad750e28800825f3 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Thu, 16 May 2002 09:55:13 +0000 Subject: [PATCH] stupid bug --- trunk/ripnews/news/article.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)