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.
This commit is contained in:
Max Kellermann 2019-03-29 17:15:43 +01:00
parent 976731ab6c
commit 2e9f3d8b9f
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ 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,
"The Hybrid DSD decoder is disabled because it was not explicitly enabled");
LogDebug(hybrid_dsd_domain,
"The Hybrid DSD decoder is disabled because it was not explicitly enabled");
return false;
}