mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -05:00
Downgrade debug message priority
This commit is contained in:
parent
45e3d55ee0
commit
12daf7237e
@ -1374,7 +1374,7 @@ dacp_reply_setproperty(struct evhttp_request *req, struct evbuffer *evbuf, char
|
||||
|
||||
if (!dpm)
|
||||
{
|
||||
DPRINTF(E_DBG, L_DACP, "Unknown DACP property %s\n", param->key);
|
||||
DPRINTF(E_SPAM, L_DACP, "Unknown DACP property %s\n", param->key);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user