From c9d3f3dd8a61344d6d1871d4316fc51d64a51fa3 Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 9 May 2004 16:19:35 +0000 Subject: * lib/net/pop.rb (loggin): append "\n". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/pop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/net/pop.rb b/lib/net/pop.rb index 056268c76e..f9d64aa8f5 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -678,7 +678,7 @@ module Net end def logging(msg) - @debug_output << msg if @debug_output + @debug_output << msg + "\n" if @debug_output end end # class POP3 -- cgit v1.2.3