From 79f036ef6e9b2204528a41079c59a3a9ae9d50f5 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 18 Apr 2000 19:22:49 +0000 Subject: Dump changes. --- proto/ospf/ospf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/ospf.c') 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); } -- cgit v1.2.3