0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

Aesthetic fix for neighbor cache debug dump.

This commit is contained in:
Martin Mares 1998-12-06 23:11:18 +00:00
parent 89d2355d3d
commit 436965d25e

View File

@ -105,7 +105,7 @@ neigh_dump(neighbor *n)
debug("[] ");
debug("%s %p", n->proto->name, n->data);
if (n->flags & NEF_STICKY)
debug("STICKY");
debug(" STICKY");
debug("\n");
}