decoder/mad: fix broken log message

Broken since commit f8bfea8bae
This commit is contained in:
Max Kellermann 2019-08-02 22:58:05 +02:00
parent f51e555154
commit 6b8ca514bb

View File

@ -969,7 +969,7 @@ mad_decode(DecoderClient &client, InputStream &input_stream)
if (!data.DecodeFirstFrame(&tag)) {
if (client.GetCommand() == DecoderCommand::NONE)
LogError(mad_domain,
"input/Input does not appear to be a mp3 bit stream");
"input does not appear to be a mp3 bit stream");
return;
}