Commit 6b8ca514 authored by Max Kellermann's avatar Max Kellermann

decoder/mad: fix broken log message

Broken since commit f8bfea8b
parent f51e5551
......@@ -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;
}
......
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