summaryrefslogtreecommitdiffstats
path: root/proto/ospf/topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r--proto/ospf/topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c
index 2fc74d4..f2a67e6 100644
--- a/proto/ospf/topology.c
+++ b/proto/ospf/topology.c
@@ -504,8 +504,8 @@ ospf_top_dump(struct top_graph *f)
struct top_hash_entry *e = f->hash_table[i];
while (e)
{
- debug("\t%01x %08I %08I %p\n", e->lsa.type, e->lsa.id,
- e->lsa.rt, e->lsa_body);
+ debug("\t%1x %8I %8I %4u 0x%08x\n", e->lsa.type, e->lsa.id,
+ e->lsa.rt, e->lsa.age, e->lsa.sn);
e = e->next;
}
}