rtnl: Fix debug handling to not cause false positives
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 27 May 2011 17:41:41 +0000 (10:41 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 May 2011 17:41:41 +0000 (10:41 -0700)
src/rtnl.c

index 42b1632..6002b5b 100644 (file)
@@ -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 {