From 30c21b4abd1b7458c30f267e23c9bd003ed0bc0a Mon Sep 17 00:00:00 2001 From: celeron55 Date: Mon, 17 Oct 2011 10:46:16 +0300 Subject: Fix partly double printed debug.txt --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 80daf7449..be983676e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1074,15 +1074,15 @@ void drawMenuBackground(video::IVideoDriver* driver) } } -class DstreamLogOutput: public ILogOutput +class StderrLogOutput: public ILogOutput { public: /* line: Full line with timestamp, level and thread */ void printLog(const std::string &line) { - dstream<