From 436965d25e840ef5f9614ed55181f5bf8c765d3b Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Dec 1998 23:11:18 +0000 Subject: Aesthetic fix for neighbor cache debug dump. --- nest/iface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/iface.c') diff --git a/nest/iface.c b/nest/iface.c index 186fbd9..831b3e2 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -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"); } -- cgit v1.2.3