mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,
several debug() calls converted to DBG().
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#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;
|
||||
|
Reference in New Issue
Block a user