[httpd_dacp] Log unrecognised requests

This commit is contained in:
ejurgensen 2017-10-30 20:56:26 +01:00
parent d9f6097886
commit 0ebdd89715

View File

@ -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");