Fix leaked debug message.
This commit is contained in:
parent
eb3786e4ea
commit
d93a43a57d
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static_neigh_notify(struct neighbor *n)
|
||||||
struct proto *p = n->proto;
|
struct proto *p = n->proto;
|
||||||
struct static_route *r;
|
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)
|
for(r=n->data; r; r=r->chain)
|
||||||
switch (r->dest)
|
switch (r->dest)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue