mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 15:25:45 -04:00
CI: Build fix
This commit is contained in:
@ -505,7 +505,7 @@ bool RegTestHost::ParseCommandLineParameters(int argc, char* argv[], std::option
|
||||
return false;
|
||||
}
|
||||
|
||||
Log::SetConsoleOutputParams(true, nullptr, level.value());
|
||||
Log::SetConsoleOutputParams(true, level.value());
|
||||
s_base_settings_interface->SetStringValue("Logging", "LogLevel", Settings::GetLogLevelName(level.value()));
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user