summaryrefslogtreecommitdiffstats
path: root/lib/birdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/birdlib.h')
-rw-r--r--lib/birdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/birdlib.h b/lib/birdlib.h
index 842fce8..9696f9d 100644
--- a/lib/birdlib.h
+++ b/lib/birdlib.h
@@ -39,7 +39,7 @@ void debug(char *msg, ...); /* Printf to debug output */
/* Debugging */
#ifdef LOCAL_DEBUG
-#define DBG(x, y...) log(L_DEBUG x, ##y)
+#define DBG(x, y...) debug(x, ##y)
#else
#define DBG(x, y...)
#endif