Re: [Nagios-devel] Errors in debug-macros
Posted: Sat May 14, 2005 8:31 am
Thanks - got it.
On 13 May 2005 at 16:05, Andreas Ericsson wrote:
> Some of the #ifdef DEBUG0 have typos, making them #ifdef DEBUGO
> instead (capital o instead of the number 0).
>
> The attached patch fixes it.
>
> It also takes care of some inconsistent indentation for the #ifdef's,
> where one of them has a whitespace before them. This is highly
> annoying because I'm working on a new execution flow debugging scheme
> which will be more or less transparent to the coder, and my
> sed-scripts kept failing with the indented line.
>
> Apply with patch -p1.
>
> More to follow.
>
> --
> Andreas Ericsson [email protected]
> OP5 AB www.op5.se
> Lead Developer
>
Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
On 13 May 2005 at 16:05, Andreas Ericsson wrote:
> Some of the #ifdef DEBUG0 have typos, making them #ifdef DEBUGO
> instead (capital o instead of the number 0).
>
> The attached patch fixes it.
>
> It also takes care of some inconsistent indentation for the #ifdef's,
> where one of them has a whitespace before them. This is highly
> annoying because I'm working on a new execution flow debugging scheme
> which will be more or less transparent to the coder, and my
> sed-scripts kept failing with the indented line.
>
> Apply with patch -p1.
>
> More to follow.
>
> --
> Andreas Ericsson [email protected]
> OP5 AB www.op5.se
> Lead Developer
>
Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]