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

@@ -150,7 +150,7 @@ static_neigh_notify(struct neighbor *n)
static void
static_dump_rt(struct static_route *r)
{
debug("%16I/%2d: ", r->net, r->masklen);
debug("%-1I/%2d: ", r->net, r->masklen);
switch (r->dest)
{
case RTD_ROUTER: