summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index a806de6..9c432b4 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -45,9 +45,9 @@ ospf_dump(struct proto *p)
WALK_LIST(NODE oa,po->area_list)
{
- debug("\n%s: LSA graph dump for area \"%d\" start:\n", p->name,oa->areaid);
+ debug("\n%s: LSA graph dump for area \"%I\" start:\n", p->name,oa->areaid);
ospf_top_dump(oa->gr);
- debug("%s: LSA graph dump for area \"%d\" finished\n\n", p->name,
+ debug("%s: LSA graph dump for area \"%I\" finished\n\n", p->name,
oa->areaid);
}