Re: [evolution-patches] turn off some more debugging



committed

On Fri, 2003-05-30 at 01:17, Jeffrey Stedfast wrote:
> turn off more debugging, yay.
> 
> Jeff
> 
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/gnome/evolution/camel/ChangeLog,v
> retrieving revision 1.1821
> diff -u -r1.1821 ChangeLog
> --- ChangeLog	28 May 2003 00:42:17 -0000	1.1821
> +++ ChangeLog	30 May 2003 05:15:51 -0000
> @@ -1,3 +1,8 @@
> +2003-05-30  Jeffrey Stedfast  <fejj ximian com>
> +
> +	* camel-filter-driver.c (run_only_once): Turned off a debugging
> +	printf.
> +
>  2003-05-27  Jeffrey Stedfast  <fejj ximian com>
>  
>  	This should finish fixing all variations of bug #42854, which,
> Index: camel-filter-driver.c
> ===================================================================
> RCS file: /cvs/gnome/evolution/camel/camel-filter-driver.c,v
> retrieving revision 1.72
> diff -u -r1.72 camel-filter-driver.c
> --- camel-filter-driver.c	20 Feb 2003 19:11:18 -0000	1.72
> +++ camel-filter-driver.c	30 May 2003 05:15:51 -0000
> @@ -1012,7 +1012,7 @@
>  	CamelException *ex = data->ex;
>  	ESExpResult *r;
>  	
> -	printf ("evaluating: %s\n\n", action);
> +	d(printf ("evaluating: %s\n\n", action));
>  	
>  	e_sexp_input_text (p->eval, action, strlen (action));
>  	if (e_sexp_parse (p->eval) == -1) {
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]