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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 8eae39e..670ca73 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)
{