From 30f94f7dda779524d1481931949a061aa6c72fab Mon Sep 17 00:00:00 2001 From: Benjamin Pracht Date: Tue, 14 Sep 2004 17:27:52 +0000 Subject: [PATCH] msg_Err -> msg_Dbg --- modules/demux/avi/avi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/avi/avi.c b/modules/demux/avi/avi.c index 436850580a..4ff2f0c85c 100644 --- a/modules/demux/avi/avi.c +++ b/modules/demux/avi/avi.c @@ -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++ ) -- 2.39.2