summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/netlink/capi.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/netlink/capi.i b/python/netlink/capi.i
index e5d8a536..e208ec44 100644
--- a/python/netlink/capi.i
+++ b/python/netlink/capi.i
@@ -9,7 +9,8 @@
#include <netlink/attr.h>
#include <net/if.h>
-#define DEBUG
+/* enable define below to get swig api debug messages */
+/*#define DEBUG*/
#include "utils.h"
%}