[MPlayer-dev-eng] [PATCH] reduce verbosity in some places
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Sat Nov 13 21:14:15 CET 2004
On Saturday, 13 November 2004 at 21:06, Diego Biurrun wrote:
> Here it is.
>
> Diego
>
>
> Index: codec-cfg.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
> retrieving revision 1.112
> diff -u -r1.112 codec-cfg.c
> --- codec-cfg.c 30 Oct 2004 10:09:52 -0000 1.112
> +++ codec-cfg.c 13 Nov 2004 15:32:23 -0000
> @@ -504,10 +504,12 @@
> #endif
> }
>
> - mp_msg(MSGT_CODECCFG,MSGL_INFO,MSGTR_ReadingFile, cfgfile);
> + mp_msg(MSGT_CODECCFG,MSGL_V,MSGTR_ReadingFile, cfgfile);
> + mp_msg(MSGT_CODECCFG,MSGL_V,MSGTR_ReadingFile, cfgfile);
>
> if ((fp = fopen(cfgfile, "r")) == NULL) {
> - mp_msg(MSGT_CODECCFG,MSGL_ERR,MSGTR_CantOpenFileError, cfgfile, strerror(errno));
> + mp_msg(MSGT_CODECCFG,MSGL_V,MSGTR_CantOpenFileError, cfgfile, strerror(errno));
> + mp_msg(MSGT_CODECCFG,MSGL_V,MSGTR_CantOpenFileError, cfgfile, strerror(errno));
> return 0;
> }
WWhhyy ttwwiiccee??
The rest looks good at first glance.
--
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
We stand between the darkness ... and the light."
-- Delenn in Grey Council in Babylon 5:"Babylon Squared"
More information about the MPlayer-dev-eng
mailing list