mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 00:05:03 -05:00
Downgrade log severity of "Found query string" in httpd.c
This commit is contained in:
parent
2d8a6a7102
commit
dbfd034679
@ -1008,7 +1008,7 @@ httpd_gen_cb(struct evhttp_request *req, void *arg)
|
||||
ptr = strchr(uri, '?');
|
||||
if (ptr)
|
||||
{
|
||||
DPRINTF(E_DBG, L_HTTPD, "Found query string\n");
|
||||
DPRINTF(E_SPAM, L_HTTPD, "Found query string\n");
|
||||
|
||||
*ptr = '\0';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user