mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user