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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/ospf/rt.c b/proto/ospf/rt.c
index af1015c..2ce93d1 100644
--- a/proto/ospf/rt.c
+++ b/proto/ospf/rt.c
@@ -34,6 +34,9 @@ ospf_rt_spfa(struct ospf_area *oa)
struct fib_iterator fit;
struct ospf_lsa_net *ln;
+ debug("%s: Starting routing table calculation for area %I\n",p->name,
+ oa->areaid);
+
flush=can_flush_lsa(oa);
if((delta=now-oa->lage)>=AGINGDELTA)