diff options
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 8eae39e3..670ca735 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -38,7 +38,7 @@ ospf_dump(struct proto *p) struct proto_ospf *po=(struct proto_ospf *)p; struct ospf_area *oa; - debug("%s: AreaID: %u\n", p->name, c->area ); + debug("%s: Area number: %d\n", p->name, po->areano); WALK_LIST(ifa, po->iface_list) { |