Commit 5816553e authored by Antoine Cellerier's avatar Antoine Cellerier

Remove debug message.

parent db820529
......@@ -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 )
{
......
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