diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-06 02:34:57 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-06 02:34:57 +0000 |
commit | abcbfd0400eeb514c63376b50d3948581c20ca4c (patch) | |
tree | e52c77c9d47ed77e2eb266280f5ccf102faa2a34 /proto/ospf/rt.c | |
parent | 531a48d8c5c168329640ccb21cd062dbb7b6f5a2 (diff) |
Tracing.
Diffstat (limited to 'proto/ospf/rt.c')
-rw-r--r-- | proto/ospf/rt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c index 32aeed2c..726fe043 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) { |