iTunes will drop the connection if user seeks during playback, but

no reason to log that on default log level
This commit is contained in:
ejurgensen 2014-02-03 23:12:19 +01:00
parent 4cd0364534
commit 3c941ca0e1

View File

@ -296,7 +296,7 @@ stream_fail_cb(struct evhttp_connection *evcon, void *arg)
st = (struct stream_ctx *)arg;
DPRINTF(E_LOG, L_HTTPD, "Connection failed; stopping streaming of file ID %d\n", st->id);
DPRINTF(E_WARN, L_HTTPD, "Connection failed; stopping streaming of file ID %d\n", st->id);
/* Stop streaming */
event_del(&st->ev);