Commit 30f94f7d authored by Benjamin Pracht's avatar Benjamin Pracht

msg_Err -> msg_Dbg
parent f7ec0057
......@@ -208,7 +208,7 @@ static int Open( vlc_object_t * p_this )
/* Is it an avi file ? */
if( stream_Peek( p_demux->s, &p_peek, 200 ) < 200 )
{
msg_Err( p_demux, "cannot peek()" );
msg_Dbg( p_demux, "cannot peek()" );
return VLC_EGENERIC;
}
for( i_peeker = 0; i_peeker < 188; i_peeker++ )
......
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