Skip to content

Commit ebe4b13

Browse files
committed
Multidecoder logging correction
1 parent 3c0439b commit ebe4b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioCodecs/MultiDecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class MultiDecoder : public AudioDecoder {
5858
for (int j = 0; j < decoders.size(); j++) {
5959
DecoderInfo info = decoders[j];
6060
if (StrView(info.mime).equalsIgnoreCase(mime)) {
61-
LOGI("New decoder found for %d", info.mime);
61+
LOGI("New decoder found for %s", info.mime);
6262
actual_decoder = info;
6363
actual_decoder.decoder->begin();
6464
result = true;

0 commit comments

Comments
 (0)