From cdca27e6bb8fc00299a7337209c85956c74dde38 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 30 Jul 2021 13:18:01 +0200 Subject: [PATCH] decoder/Bridge: fix libfmt string --- src/decoder/Bridge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decoder/Bridge.cxx b/src/decoder/Bridge.cxx index ae034bb4d..57a2a9512 100644 --- a/src/decoder/Bridge.cxx +++ b/src/decoder/Bridge.cxx @@ -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 {