summaryrefslogtreecommitdiff
path: root/src/rtnl.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-05-27 10:41:41 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-05-27 10:41:41 -0700
commit8b3c6cfc66f01b5e039309d982d903adcb6bcd2f (patch)
tree4df6b58c559acd5164daac5a881472d153ddc3f8 /src/rtnl.c
parent755e960a3c0c30da850142544d4977d184435116 (diff)
downloadconnman-8b3c6cfc66f01b5e039309d982d903adcb6bcd2f.tar.gz
connman-8b3c6cfc66f01b5e039309d982d903adcb6bcd2f.tar.bz2
connman-8b3c6cfc66f01b5e039309d982d903adcb6bcd2f.zip
rtnl: Fix debug handling to not cause false positives
Diffstat (limited to 'src/rtnl.c')
-rw-r--r--src/rtnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtnl.c b/src/rtnl.c
index 42b16322..6002b5bc 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 {