mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 23:43:23 -05:00
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:
parent
4cd0364534
commit
3c941ca0e1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user