1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Fix %<something>I format strings.

This commit is contained in:
Martin Mares
2001-08-19 11:15:24 +00:00
parent 30b773041c
commit e43ae6330e
6 changed files with 6 additions and 6 deletions

View File

@@ -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))