Commit cdca27e6 authored by Max Kellermann's avatar Max Kellermann

decoder/Bridge: fix libfmt string

parent 5b775ca5
......@@ -279,7 +279,7 @@ DecoderBridge::Ready(const AudioFormat audio_format,
}
if (dc.in_audio_format != dc.out_audio_format) {
FmtDebug(decoder_domain, "converting to %s",
FmtDebug(decoder_domain, "converting to {}",
dc.out_audio_format);
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment