diff --git a/Log.cpp b/Log.cpp index 2507258e..0a561e0c 100644 --- a/Log.cpp +++ b/Log.cpp @@ -13,7 +13,7 @@ static const char * g_LogLevelStr[eNumLogLevels] = void LogMsg::Process() { - auto& output = (log && log->GetLogStream ()) ? *log->GetLogStream () : std::cout; + auto& output = (log && log->GetLogStream ()) ? *log->GetLogStream () : std::cerr; if (log) output << log->GetTimestamp (); else