Commit 2e9f3d8b authored by Max Kellermann's avatar Max Kellermann

decoder/HybridDSD: downgrade log message to "debug"

This plugin is interesting only for a tiny fraction of MPD users, so let's not spam everybody else's log with it.
parent 976731ab
......@@ -39,7 +39,7 @@ InitHybridDsdDecoder(const ConfigBlock &block)
without a DSD DAC, the PCM (=ALAC) part of the file is
better */
if (block.GetBlockParam("enabled") == nullptr) {
LogInfo(hybrid_dsd_domain,
LogDebug(hybrid_dsd_domain,
"The Hybrid DSD decoder is disabled because it was not explicitly enabled");
return false;
}
......
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