[raop] Lower log level
This commit is contained in:
parent
b2b91998d9
commit
8b9e064af9
|
@ -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"))
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue