summaryrefslogtreecommitdiffstats
path: root/proto/ospf/rt.c
diff options
context:
space:
mode:
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)
{