summaryrefslogtreecommitdiffstats
path: root/nest/iface.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-12-07 00:11:18 +0100
committerMartin Mares <mj@ucw.cz>1998-12-07 00:11:18 +0100
commit436965d25e840ef5f9614ed55181f5bf8c765d3b (patch)
tree429dc93b7db44b65e7e27d20a5889b364f0d1c55 /nest/iface.c
parent89d2355d3d16ac51ad5861d91b17eaa65713f80b (diff)
downloadbird-436965d25e840ef5f9614ed55181f5bf8c765d3b.tar
bird-436965d25e840ef5f9614ed55181f5bf8c765d3b.zip
Aesthetic fix for neighbor cache debug dump.
Diffstat (limited to 'nest/iface.c')
-rw-r--r--nest/iface.c2
1 files changed, 1 insertions, 1 deletions
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");
}