mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
Log HTTP (non-DAAP, non-RSP) requests
This commit is contained in:
parent
4701817333
commit
eae5370c08
@ -823,6 +823,8 @@ httpd_gen_cb(struct evhttp_request *req, void *arg)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
DPRINTF(E_DBG, L_HTTPD, "HTTP request: %s\n", uri);
|
||||||
|
|
||||||
/* Serve web interface files */
|
/* Serve web interface files */
|
||||||
serve_file(req, uri);
|
serve_file(req, uri);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user