[vlc-devel] commit: Remove debug message. (Antoine Cellerier )

git version control git at videolan.org
Sat Jan 3 22:50:06 CET 2009


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Jan  3 21:46:29 2009 +0100| [5816553e60a780f29cb741c7df84be5ce8ca36dc] | committer: Antoine Cellerier 

Remove debug message.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5816553e60a780f29cb741c7df84be5ce8ca36dc
---

 modules/access/oss.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/access/oss.c b/modules/access/oss.c
index 913a351..89cad65 100644
--- a/modules/access/oss.c
+++ b/modules/access/oss.c
@@ -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 )
     {




More information about the vlc-devel mailing list