[raop] Lower log level

This commit is contained in:
ejurgensen 2021-01-14 22:46:20 +01:00
parent b2b91998d9
commit 8b9e064af9

View File

@ -4435,7 +4435,7 @@ raop_device_cb(const char *name, const char *type, const char *domain, const cha
} }
if (devcfg && cfg_getbool(devcfg, "raop_disable")) if (devcfg && cfg_getbool(devcfg, "raop_disable"))
{ {
DPRINTF(E_LOG, L_RAOP, "Disabling AirPlay 1 (RAOP) for device '%s' as set in config\n", device_name); DPRINTF(E_INFO, L_RAOP, "Disabling AirPlay 1 (RAOP) for device '%s' as set in config\n", device_name);
return; return;
} }