From 5222c46ceb8035f2292c3a91f6ee85fbbed82c5e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 26 May 1998 21:36:17 +0000 Subject: DBG now calls debug() instead of sending it to log(). --- lib/birdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/birdlib.h') 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 -- cgit v1.2.3