mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-20 07:00:31 +00:00
Log to stderr instead of stdout.
This commit is contained in:
committed by
Cameron Gutman
parent
76ff53f09f
commit
02d867fe09
@@ -61,7 +61,7 @@
|
||||
|
||||
#ifdef USE_CUSTOM_LOGGER
|
||||
static QElapsedTimer s_LoggerTime;
|
||||
static QTextStream s_LoggerStream(stdout);
|
||||
static QTextStream s_LoggerStream(stderr);
|
||||
static QMutex s_LoggerLock;
|
||||
static bool s_SuppressVerboseOutput;
|
||||
#ifdef LOG_TO_FILE
|
||||
|
||||
Reference in New Issue
Block a user