mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
Merge pull request #12638 from Tilka/cubeb
Cubeb: change log level from NOTICE to INFO
This commit is contained in:
commit
2620f73b8c
@ -36,7 +36,7 @@ static void LogCallback(const char* format, ...)
|
|||||||
const std::string message = StringFromFormatV(adapted_format.c_str(), args);
|
const std::string message = StringFromFormatV(adapted_format.c_str(), args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
instance->LogWithFullPath(Common::Log::LogLevel::LNOTICE, log_type, filename, lineno,
|
instance->LogWithFullPath(Common::Log::LogLevel::LINFO, log_type, filename, lineno,
|
||||||
message.c_str());
|
message.c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user