diff options
-rw-r--r-- | common/log.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/log.cpp b/common/log.cpp index 007b749..cf2871e 100644 --- a/common/log.cpp +++ b/common/log.cpp | |||
@@ -407,9 +407,9 @@ QDebug Sink::Log::debugStream(DebugLevel debugLevel, int line, const char *file, | |||
407 | bool showFunction = debugOutput.isEmpty() ? false : caseInsensitiveContains("function", debugOutput); | 407 | bool showFunction = debugOutput.isEmpty() ? false : caseInsensitiveContains("function", debugOutput); |
408 | bool showProgram = debugOutput.isEmpty() ? false : caseInsensitiveContains("application", debugOutput); | 408 | bool showProgram = debugOutput.isEmpty() ? false : caseInsensitiveContains("application", debugOutput); |
409 | #ifdef Q_OS_WIN | 409 | #ifdef Q_OS_WIN |
410 | bool useColor = true; | ||
411 | #else | ||
412 | bool useColor = false; | 410 | bool useColor = false; |
411 | #else | ||
412 | bool useColor = true; | ||
413 | #endif | 413 | #endif |
414 | bool multiline = false; | 414 | bool multiline = false; |
415 | 415 | ||