From 36945637c27ee97110db95ca449605fadd195381 Mon Sep 17 00:00:00 2001
From: Matthias Hecker <apoc@sixserv.org>
Date: Tue, 26 Nov 2013 16:13:30 +0000
Subject: Revert "always print FATAL and ERROR logmessages to STDERR"

This reverts commit c4d629ad86aae3b8bb4669650df57875252bea92.
---
 lib/rbot/ircbot.rb | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'lib/rbot')

diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb
index 108d0b1d..a1713c2d 100644
--- a/lib/rbot/ircbot.rb
+++ b/lib/rbot/ircbot.rb
@@ -66,10 +66,6 @@ def rawlog(level, message=nil, who_pos=1)
     qmsg.push [level, l.chomp, who]
     who = ' ' * who.size
   }
-  # Also output (fatal) errors to STDERR:
-  if level == Logger::Severity::ERROR or level == Logger::Severity::FATAL
-    $stderr.puts str
-  end
   $log_queue.push qmsg
 end
 
-- 
cgit v1.2.3