mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[httpd_dacp] Log unrecognised requests
This commit is contained in:
parent
d9f6097886
commit
0ebdd89715
@ -2699,7 +2699,7 @@ dacp_request(struct evhttp_request *req)
|
||||
|
||||
if (handler < 0)
|
||||
{
|
||||
DPRINTF(E_LOG, L_DACP, "Unrecognized DACP request\n");
|
||||
DPRINTF(E_LOG, L_DACP, "Unrecognized DACP request: '%s'\n", uri);
|
||||
|
||||
httpd_send_error(req, HTTP_BADREQUEST, "Bad Request");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user