I noticed the following in ibdiag_common.h: #define DEBUG if (ibdebug || ibverbose) IBWARN #define VERBOSE if (ibdebug || ibverbose > 1) IBWARN This allows for else statements to mismatch when defined. - Sean