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(). --- nest/rt-table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nest/rt-table.c') diff --git a/nest/rt-table.c b/nest/rt-table.c index 7d992aa..f255a05 100644 --- a/nest/rt-table.c +++ b/nest/rt-table.c @@ -8,7 +8,7 @@ #include -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "nest/route.h" @@ -196,7 +196,7 @@ rt_feed_baby(struct proto *p) if (!p->ahooks) return; - debug("Announcing routes to new protocol %s\n", p->name); + DBG("Announcing routes to new protocol %s\n", p->name); for(h=p->ahooks; h; h=h->next) { rtable *t = h->table; -- cgit v1.2.3