summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/net/pop.rb2
1 files changed, 1 insertions, 1 deletions
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