mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 08:45:02 -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)
|
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");
|
httpd_send_error(req, HTTP_BADREQUEST, "Bad Request");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user