Misc: Replace log printf calls with fmt
This commit is contained in:
@ -91,8 +91,8 @@ void PostProcessing::Shader::LoadOptions(const SettingsInterface& si, const char
|
||||
ShaderOption::ParseFloatVector(config_value, &value);
|
||||
if (value_vector_size != option.vector_size)
|
||||
{
|
||||
Log_WarningPrintf("Only got %u of %u elements for '%s' in config section %s.", value_vector_size,
|
||||
option.vector_size, option.name.c_str(), section);
|
||||
Log_WarningFmt("Only got {} of {} elements for '{}' in config section %s.", value_vector_size,
|
||||
option.vector_size, option.name, section);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user