Skip to content
Snippets Groups Projects
Commit c07c65d6 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Escaped debbuging message removed.

parent 92a72a4c
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment