summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-01-11 20:13:38 +0100
committerPatrick McHardy <kaber@trash.net>2011-01-11 20:13:38 +0100
commit3e558a28327c820e4ed8d9034945c4b31d59f51d (patch)
tree9150895aba8c12124820f097e7570d2fb60ec71d
parenta84f643c82e4cfacc68c70728d7f418cfa966511 (diff)
ie: fix compilation with refcount debugging
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--src/ie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ie.c b/src/ie.c
index 359114a..2d67ecb 100644
--- a/src/ie.c
+++ b/src/ie.c
@@ -23,7 +23,7 @@
#include <libdect.h>
#if 0
-#define refcnt_debug(fmt, ...) dect_debug(fmt, ## __VA_ARGS__)
+#define refcnt_debug(fmt, ...) dect_debug(DECT_DEBUG_UNKNOWN, fmt, ## __VA_ARGS__)
#else
#define refcnt_debug(fmt, ...)
#endif