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:
@@ -39,8 +39,8 @@ InitHybridDsdDecoder(const ConfigBlock &block)
|
|||||||
without a DSD DAC, the PCM (=ALAC) part of the file is
|
without a DSD DAC, the PCM (=ALAC) part of the file is
|
||||||
better */
|
better */
|
||||||
if (block.GetBlockParam("enabled") == nullptr) {
|
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");
|
"The Hybrid DSD decoder is disabled because it was not explicitly enabled");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user