summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-06-06 04:34:57 +0200
committerOndrej Filip <feela@network.cz>2000-06-06 04:34:57 +0200
commitabcbfd0400eeb514c63376b50d3948581c20ca4c (patch)
treee52c77c9d47ed77e2eb266280f5ccf102faa2a34 /proto/ospf/rt.c
parent531a48d8c5c168329640ccb21cd062dbb7b6f5a2 (diff)
downloadbird-abcbfd0400eeb514c63376b50d3948581c20ca4c.tar
bird-abcbfd0400eeb514c63376b50d3948581c20ca4c.zip
Tracing.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r--proto/ospf/rt.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index 32aeed2..726fe04 100644
--- a/proto/ospf/rt.c
+++ b/proto/ospf/rt.c
@@ -45,7 +45,7 @@ ospf_rt_spfa(struct ospf_area *oa)
ip_addr ip;
struct ospf_lsa_net *ln;
- debug("%s: Starting routing table calculation for area %I\n",p->name,
+ OSPF_TRACE(D_EVENTS, "Starting routing table calculation for area %I",
oa->areaid);
if(oa->rt==NULL) return;
@@ -266,8 +266,7 @@ ospf_ext_spfa(struct proto_ospf *po) /* FIXME looking into inter-area */
u32 tag;
neighbor *nn;
- debug("%s: Starting routing table calculation for external routes\n",
- p->name);
+ OSPF_TRACE(D_EVENTS,"Starting routing table calculation for ext routes");
FIB_WALK(ef,nftmp)
{