From: Marcel Holtmann Date: Fri, 27 May 2011 17:41:41 +0000 (-0700) Subject: rtnl: Fix debug handling to not cause false positives X-Git-Tag: 2.0_alpha~1463 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b3c6cfc66f01b5e039309d982d903adcb6bcd2f;p=framework%2Fconnectivity%2Fconnman.git rtnl: Fix debug handling to not cause false positives --- diff --git a/src/rtnl.c b/src/rtnl.c index 42b1632..6002b5b 100644 --- a/src/rtnl.c +++ b/src/rtnl.c @@ -45,7 +45,7 @@ #define ARPHDR_PHONET_PIPE (821) #endif -#define print(arg...) do { } while (0) +#define print(arg...) do { if (0) connman_info(arg); } while (0) //#define print(arg...) connman_info(arg) struct watch_data {