From 30c21b4abd1b7458c30f267e23c9bd003ed0bc0a Mon Sep 17 00:00:00 2001 From: celeron55 Date: Mon, 17 Oct 2011 10:46:16 +0300 Subject: [PATCH] Fix partly double printed debug.txt --- src/main.cpp | 10 +++++----- src/servermain.cpp | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 80daf74..be98367 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<