Qt: Fix early console debug output
This commit is contained in:
parent
c439de6364
commit
206f32e511
|
@ -2254,6 +2254,7 @@ void QtHost::InitializeEarlyConsole()
|
||||||
const bool was_console_enabled = Log::IsConsoleOutputEnabled();
|
const bool was_console_enabled = Log::IsConsoleOutputEnabled();
|
||||||
if (!was_console_enabled)
|
if (!was_console_enabled)
|
||||||
Log::SetConsoleOutputParams(true);
|
Log::SetConsoleOutputParams(true);
|
||||||
|
Log::SetLogLevel(Log::Level::Dev);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtHost::PrintCommandLineVersion()
|
void QtHost::PrintCommandLineVersion()
|
||||||
|
|
Loading…
Reference in New Issue