From a4a75227df4edd5ed7e16db52cc3abf24c29eeb4 Mon Sep 17 00:00:00 2001 From: Arend van Spriel Date: Wed, 6 May 2015 14:26:01 +0200 Subject: [PATCH] python: disable swig debug print messages The define was left enabled during development on netlink (and genl) python swig api. It is a bit annoying in production release so disable the define. Signed-off-by: Arend van Spriel --- python/netlink/capi.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/netlink/capi.i b/python/netlink/capi.i index e5d8a53..e208ec4 100644 --- a/python/netlink/capi.i +++ b/python/netlink/capi.i @@ -9,7 +9,8 @@ #include #include -#define DEBUG +/* enable define below to get swig api debug messages */ +/*#define DEBUG*/ #include "utils.h" %}