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/servermain.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/servermain.cpp') diff --git a/src/servermain.cpp b/src/servermain.cpp index f3111c42d..73e1963c1 100644 --- a/src/servermain.cpp +++ b/src/servermain.cpp @@ -117,15 +117,15 @@ u32 getTimeMs() return porting::getTimeMs(); } -class DstreamLogOutput: public ILogOutput +class StderrLogOutput: public ILogOutput { public: /* line: Full line with timestamp, level and thread */ void printLog(const std::string &line) { - dstream<