Commit 64cbdb74 authored by Ilkka Ollakka's avatar Ilkka Ollakka

httplive: cosmetic retab

parent 675ab6e2
......@@ -2344,7 +2344,7 @@ static int Read(stream_t *s, void *buffer, unsigned int i_read)
// Error - reached a timeout of 10 seconds without data arriving - kill the stream
if (res == ETIMEDOUT)
{
msg_Info(s, "timeout limit reached!");
msg_Warn(s, "timeout limit reached!");
vlc_mutex_unlock(&p_sys->read.lock_wait);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment