From: Antoine Cellerier Date: Sun, 28 Feb 2010 17:00:46 +0000 (+0100) Subject: Fix debug messages. X-Git-Tag: 1.1.0-pre1~594 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9f0d9b4fac9067e3d131a0f77c4236ed29fabf47;p=vlc Fix debug messages. --- diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c index e59f3da851..ab4c9c9a9e 100644 --- a/modules/access/v4l2.c +++ b/modules/access/v4l2.c @@ -2466,10 +2466,10 @@ static bool ProbeVideoDev( vlc_object_t *p_obj, demux_sys_t *p_sys, msg_Dbg( p_obj, "device supports hardware frequency seeking" ); #endif if( p_sys->dev_cap.capabilities & V4L2_CAP_VBI_CAPTURE ) - msg_Dbg( p_obj, "device support raw VBI capture" ); + msg_Dbg( p_obj, "device supports raw VBI capture" ); if( p_sys->dev_cap.capabilities & V4L2_CAP_SLICED_VBI_CAPTURE ) - msg_Dbg( p_obj, "device support sliced VBI capture" ); + msg_Dbg( p_obj, "device supports sliced VBI capture" ); /* Now, enumerate all the video inputs. This is useless at the moment since we have no way to present that info to the user except with