Re: [g-a-devel][PATCH] Remove stderr garbage from at-spi.



Hi Chris:

I suggest you file a bug regarding error messages in at-spi's cspi
bindings.  Though the message below is pretty useless, there's a broader
problem of where the diagnostics go, which can't be solved by just
removing all the fprintfs to stderr.  For the time being they are our
only means of getting some vital diagnostics (though you are right in
discouraging indiscriminate use of stderr).

regards

Bill


On Wed, 2003-10-01 at 02:55, Chris Ball wrote:
> Hi,
> 
> Please don't leak to stderr like this.
>  
> Thanks,
> 
> - Chris.
> 
> Index: spi_main.c
> ===================================================================
> RCS file: /cvs/gnome/at-spi/cspi/spi_main.c,v
> retrieving revision 1.38
> diff -u -r1.38 spi_main.c
> --- spi_main.c  1 Sep 2003 12:35:54 -0000       1.38
> +++ spi_main.c  1 Oct 2003 01:10:45 -0000
> @@ -514,8 +514,6 @@
>  
>    cspi_cleanup ();
>  
> -  fprintf (stderr, "bye-bye!\n");
> -
>    return leaked;
>  }
> 
> -- 
> Chris Ball                                        <cjb mrao cam ac uk>
>   Inference Group:            <http://www.inference.phy.cam.ac.uk/is/>
>   The Dasher Project:     <http://www.inference.phy.cam.ac.uk/dasher/>
> _______________________________________________
> Gnome-accessibility-devel mailing list
> Gnome-accessibility-devel gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel





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