summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");
}