From e43ae6330eaf349eafe6820465c85266eef80e07 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 19 Aug 2001 11:15:24 +0000 Subject: Fix %I format strings. --- proto/ospf/dbdes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/dbdes.c') 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)) -- cgit v1.2.3