From 6b9fa320806ce8a734d865ebcb8052ba0e50c527 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 21:01:38 +0000 Subject: Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, several debug() calls converted to DBG(). --- proto/pipe/pipe.c | 2 +- proto/static/static.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'proto') diff --git a/proto/pipe/pipe.c b/proto/pipe/pipe.c index f1a190f..dde2ee7 100644 --- a/proto/pipe/pipe.c +++ b/proto/pipe/pipe.c @@ -6,7 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "nest/iface.h" diff --git a/proto/static/static.c b/proto/static/static.c index afd3a10..1aee2c7 100644 --- a/proto/static/static.c +++ b/proto/static/static.c @@ -6,7 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include -- cgit v1.2.3