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<