summaryrefslogtreecommitdiffstats
path: root/proto/ospf/dbdes.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2001-08-19 13:15:24 +0200
committerMartin Mares <mj@ucw.cz>2001-08-19 13:15:24 +0200
commite43ae6330eaf349eafe6820465c85266eef80e07 (patch)
treeac2a601c21c65238331783593fa2774d29910700 /proto/ospf/dbdes.c
parent30b773041c37d10649a16d5f28af00a25871aac7 (diff)
downloadbird-e43ae6330eaf349eafe6820465c85266eef80e07.tar
bird-e43ae6330eaf349eafe6820465c85266eef80e07.zip
Fix %<something>I format strings.
Diffstat (limited to 'proto/ospf/dbdes.c')
-rw-r--r--proto/ospf/dbdes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c
index d6aadb6..05099b6 100644
--- a/proto/ospf/dbdes.c
+++ b/proto/ospf/dbdes.c
@@ -88,7 +88,7 @@ ospf_dbdes_tx(struct ospf_neighbor *n)
en=(struct top_hash_entry *)sn;
htonlsah(&(en->lsa), lsa);
DBG("Working on: %d\n", i);
- DBG("\tX%01x %08I %08I %p\n", en->lsa.type, en->lsa.id,
+ DBG("\tX%01x %-1I %-1I %p\n", en->lsa.type, en->lsa.id,
en->lsa.rt, en->lsa_body);
if(sn==STAIL(n->ifa->oa->lsal))