mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 08:05:56 -05:00
Fix debug message loglevel
This commit is contained in:
parent
110c525daa
commit
c66496176e
@ -2993,7 +2993,7 @@ raop_cb_startup_setup(struct evrtsp_request *req, void *arg)
|
||||
token = strtok_r(token, ";=", &ptr);
|
||||
while (token)
|
||||
{
|
||||
DPRINTF(E_LOG, L_RAOP, "token: %s\n", token);
|
||||
DPRINTF(E_DBG, L_RAOP, "token: %s\n", token);
|
||||
|
||||
if (strcmp(token, "server_port") == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user