mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-01 02:03:45 -04:00
[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"))
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user