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");
}