diff options
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index f8a0d4c..2dfe3ac 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -629,7 +629,7 @@ ospf_top_dump(struct top_graph *f, struct proto *p) struct top_hash_entry *e = f->hash_table[i]; while (e) { - OSPF_TRACE(D_EVENTS, "\t%1x %8I %8I %4u 0x%08x", + OSPF_TRACE(D_EVENTS, "\t%1x %-1I %-1I %4u 0x%08x", e->lsa.type, e->lsa.id, e->lsa.rt, e->lsa.age, e->lsa.sn); e = e->next; |