upnphttp: Downgrade "HTTP Connection closed unexpectedly"

Lots of clients trigger this during normal operation.
This commit is contained in:
Justin Maggard 2020-11-11 17:47:53 -08:00
parent 204a0ded8d
commit a668daa9da

View File

@ -1079,7 +1079,7 @@ Process_upnphttp(struct event *ev)
}
else if(n==0)
{
DPRINTF(E_WARN, L_HTTP, "HTTP Connection closed unexpectedly\n");
DPRINTF(E_DEBUG, L_HTTP, "HTTP Connection closed unexpectedly\n");
h->state = 100;
}
else
@ -1125,7 +1125,7 @@ Process_upnphttp(struct event *ev)
}
else if(n == 0)
{
DPRINTF(E_WARN, L_HTTP, "HTTP Connection closed unexpectedly\n");
DPRINTF(E_DEBUG, L_HTTP, "HTTP Connection closed unexpectedly\n");
h->state = 100;
}
else