mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 12:04:56 +00:00
VideoCommon/FrameDump: Fix log messages with arguments.
This commit is contained in:
parent
36134abd0e
commit
df214af8a1
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void InitAVCodec()
|
|||
// keep libav debug messages visible in release build of dolphin
|
||||
log_level = Common::Log::LogLevel::LINFO;
|
||||
|
||||
GENERIC_LOG(Common::Log::LogType::FRAMEDUMP, log_level, fmt, vl);
|
||||
GENERIC_LOG_V(Common::Log::LogType::FRAMEDUMP, log_level, fmt, vl);
|
||||
});
|
||||
|
||||
// TODO: We never call avformat_network_deinit.
|
||||
|
|
Loading…
Add table
Reference in a new issue