diff options
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 2 |
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"); } |