diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-18 19:22:49 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-18 19:22:49 +0000 |
commit | 79f036ef6e9b2204528a41079c59a3a9ae9d50f5 (patch) | |
tree | b6a43387a5c52dfc248f0319fc96fb1506ac862f /proto/ospf/ospf.c | |
parent | 4472402551a1cc8d760a4e980fdcd7a417e0796a (diff) |
Dump changes.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index a806de69..9c432b4d 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); } |