summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-06-01 23:18:45 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-06-01 23:18:45 +0200
commitc07c65d6d079eaf4525f03f5d126d51caa2595d6 (patch)
tree67e8e194146d128b730c620864c0e2adf32a2457 /nest/rt-table.c
parent92a72a4cbdd010f69e8d054019770e55a47637e0 (diff)
downloadbird-c07c65d6d079eaf4525f03f5d126d51caa2595d6.tar
bird-c07c65d6d079eaf4525f03f5d126d51caa2595d6.zip
Escaped debbuging message removed.
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index 235e534..d608117 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -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 */