]> git.sesse.net Git - vlc/commitdiff
Remove debug message.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 3 Jan 2009 20:46:29 +0000 (21:46 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 3 Jan 2009 21:50:25 +0000 (22:50 +0100)
modules/access/oss.c

index 913a351093433033f32037cb4d30fef7bf6c77d5..89cad650c9a3fe3df8ca6efe93cabcad0327f61d 100644 (file)
@@ -176,7 +176,6 @@ static int DemuxOpen( vlc_object_t *p_this )
         p_sys->psz_device = p_demux->psz_path;
     else
         p_sys->psz_device = OSS_DEFAULT;
-    msg_Err( p_this, "Device is %s", p_sys->psz_device );
 
     if( FindMainDevice( p_demux ) != VLC_SUCCESS )
     {