]> git.sesse.net Git - vlc/commitdiff
msg_Err -> msg_Dbg
authorClément Stenac <zorglub@videolan.org>
Fri, 3 Sep 2004 00:11:25 +0000 (00:11 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 3 Sep 2004 00:11:25 +0000 (00:11 +0000)
modules/audio_filter/converter/mpgatofixed32.c

index 23452e1a1032169c4da71f0547664e03412c5f3a..2326ab661f2c7673c056ce0e184f47f5d9ba9a8b 100644 (file)
@@ -258,7 +258,7 @@ static int OpenFilter( vlc_object_t *p_this )
     mad_synth_init( &p_sys->mad_synth );
     mad_stream_options( &p_sys->mad_stream, MAD_OPTION_IGNORECRC );
 
-    msg_Err( p_this, "%4.4s->%4.4s, bits per sample: %i",
+    msg_Dbg( p_this, "%4.4s->%4.4s, bits per sample: %i",
              (char *)&p_filter->fmt_in.i_codec,
              (char *)&p_filter->fmt_out.i_codec,
              p_filter->fmt_out.audio.i_bitspersample );