From: Kees Monshouwer Date: Sun, 22 Sep 2013 10:30:47 +0000 (+0200) Subject: DLOG now eat semicolons for breakfast X-Git-Tag: rec-3.6.0-rc1~431^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1034%2Fhead;p=thirdparty%2Fpdns.git DLOG now eat semicolons for breakfast --- diff --git a/pdns/logger.hh b/pdns/logger.hh index 8dc501dfc7..d6ee95ec9d 100644 --- a/pdns/logger.hh +++ b/pdns/logger.hh @@ -142,7 +142,7 @@ extern Logger &theL(const string &pname=""); #ifdef VERBOSELOG #define DLOG(x) x #else -#define DLOG(x) +#define DLOG(x) ((void)0) #endif