From: celeron55 Date: Mon, 17 Oct 2011 07:46:16 +0000 (+0300) Subject: Fix partly double printed debug.txt X-Git-Tag: 0.3.dev-20111021~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=30c21b4abd1b7458c30f267e23c9bd003ed0bc0a;p=oweals%2Fminetest.git Fix partly double printed debug.txt --- 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<