mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
Fix typo
This commit is contained in:
parent
51826ea384
commit
bb9968b7f0
@ -196,7 +196,7 @@ void parse_file(const char *file) {
|
||||
"verbose"sv, "debug"sv, "info"sv, "warning"sv, "error"sv, "fatal"sv, "none"sv
|
||||
});
|
||||
|
||||
if(log_level_string.empty()) {
|
||||
if(!log_level_string.empty()) {
|
||||
if(log_level_string == "verbose"sv) {
|
||||
sunshine.min_log_level = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user