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 <aspriel@gmail.com>
This commit is contained in:
parent
4e115113c9
commit
a4a75227df
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
%}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue