[MPlayer-cvslog] r24977 - trunk/libvo/vo_directfb2.c
Ivan Kalvachev
ikalvachev at gmail.com
Wed Nov 7 01:21:24 CET 2007
2007/11/6, diego <subversion at mplayerhq.hu>:
> Author: diego
> Date: Tue Nov 6 10:41:38 2007
> New Revision: 24977
>
> Log:
> Reduce excessive verbosity: Move debug messages to the appropriate MSGL
> and comment out the silliest ones.
>
>
> Modified:
> trunk/libvo/vo_directfb2.c
>
> Modified: trunk/libvo/vo_directfb2.c
> ==============================================================================
> --- trunk/libvo/vo_directfb2.c (original)
> +++ trunk/libvo/vo_directfb2.c Tue Nov 6 10:41:38 2007
> @@ -183,7 +183,7 @@ static int preinit(const char *arg)
> {NULL}
> };
>
> - mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Preinit entered\n");
> + //mp_msg(MSGT_VO, MSGL_INFO,"DirectFB: Preinit entered\n");
I don't mind changing the verbosity level to DBG4, as these messages
are not useful in another situation.
But I object of removing debug messages entirely, by commenting them out.
They may look silly to you, but I have the same silly messages in xvmc
and I have them for good reason - They were needed for debugging.
More information about the MPlayer-cvslog
mailing list