mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fix leaked debug message.
This commit is contained in:
@@ -237,7 +237,7 @@ static_neigh_notify(struct neighbor *n)
|
||||
struct proto *p = n->proto;
|
||||
struct static_route *r;
|
||||
|
||||
log(L_WARN "Static: neighbor notify for %I: iface %p\n", n->addr, n->iface);
|
||||
DBG("Static: neighbor notify for %I: iface %p\n", n->addr, n->iface);
|
||||
for(r=n->data; r; r=r->chain)
|
||||
switch (r->dest)
|
||||
{
|
||||
|
Reference in New Issue
Block a user