From 9a220cabbc28a4e54f814aa5d596696a15e6544d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 May 2000 20:52:28 +0000 Subject: #ifdef out lots of debugging information. The long resource/routing table dump printed upon startup is gone now and if you wish to see it, just send bird SIGUSR1 or use the `debug' commands. --- filter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/filter.c') diff --git a/filter/filter.c b/filter/filter.c index f70474a..5e848d6 100644 --- a/filter/filter.c +++ b/filter/filter.c @@ -26,7 +26,7 @@ * operation (okay too). */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "lib/lists.h" -- cgit v1.2.3