--- mqtt/inc/defs.h 2011/11/29 22:42:23 1.1.1.1.2.9 +++ mqtt/inc/defs.h 2011/11/29 23:23:31 1.1.1.1.2.10 @@ -14,6 +14,8 @@ #define DEFAULT_CONFIG "/etc/mqtt.conf" +#define VERB(x) if ((x) <= Verbose) + #define LOGERR { \ mqtt_Errno = errno; \ strlcpy(mqtt_Error, strerror(errno), sizeof mqtt_Error); \