summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-05-26 23:31:05 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-05-26 23:31:05 +0000
commitd71cfc8b905546a3fee3f378314b1d601f5bebcf (patch)
tree8fe7aa52e516312e46e061373f7ae07064da36b1 /usr.sbin/ospfd
parent2a235ce9994ff925bbd39c7df6a77e07ce570337 (diff)
Remove annoying spf_calc debug line.
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r--usr.sbin/ospfd/rde_spf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde_spf.c b/usr.sbin/ospfd/rde_spf.c
index d97ad5e37cd..dfdbed29d30 100644
--- a/usr.sbin/ospfd/rde_spf.c
+++ b/usr.sbin/ospfd/rde_spf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde_spf.c,v 1.20 2005/05/26 23:23:39 norby Exp $ */
+/* $OpenBSD: rde_spf.c,v 1.21 2005/05/26 23:31:04 norby Exp $ */
/*
* Copyright (c) 2005 Esben Norby <norby@openbsd.org>
@@ -156,7 +156,6 @@ spf_calc(struct area *area)
continue;
}
if (w->cost != LS_INFINITY && w->prev != NULL) {
- log_debug("spf_calc: w already in SPF tree");
continue;
}
if (v->type == LSA_TYPE_ROUTER)