Escaped debbuging message removed.
This commit is contained in:
parent
92a72a4cbd
commit
c07c65d6d0
1 changed files with 0 additions and 2 deletions
|
@ -374,8 +374,6 @@ rte_recalculate(rtable *table, net *net, struct proto *p, struct proto *src, rte
|
|||
k = &old->next;
|
||||
}
|
||||
|
||||
log(L_WARN "ANNOUNCE %I/%d from %s (%s) %p", net->n.prefix, net->n.pxlen, p->name, src->name, old_best);
|
||||
|
||||
rte_announce(table, RA_ANY, net, new, old, tmpa);
|
||||
|
||||
if (new && rte_better(new, old_best)) /* It's a new optimal route => announce and relink it */
|
||||
|
|
Loading…
Reference in a new issue