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