[liblouis-liblouisxml] Re: printf statement, purpose?

  • From: "John J. Boyer" <john.boyer@xxxxxxxxxxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 12 May 2014 08:39:45 -0500

The printf statement serves only to provide a breakpoint for a debugger to 
find. 
It has no relation to logging.

John

On Mon, May 12, 2014 at 01:48:28PM +0100, Michael Whapples wrote:
> Hello,
> In the debugHook function there is a printf statement,should this be
> moved to logging and if so what level?
> 
> void
> debugHook ()
> {
>   char *hook = "debug hook";
>   printf ("%s\n", hook);
> }
> 
> Michael Whapples
> For a description of the software, to download it and links to
> project pages go to http://www.abilitiessoft.com

-- 
John J. Boyer; President, Chief Software Developer
Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison, Wisconsin USA
Developing software for people with disabilities

For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts: