diff options
author | Martin Mares <mj@ucw.cz> | 1998-12-06 23:11:18 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-12-06 23:11:18 +0000 |
commit | 436965d25e840ef5f9614ed55181f5bf8c765d3b (patch) | |
tree | 429dc93b7db44b65e7e27d20a5889b364f0d1c55 /nest | |
parent | 89d2355d3d16ac51ad5861d91b17eaa65713f80b (diff) |
Aesthetic fix for neighbor cache debug dump.
Diffstat (limited to 'nest')
-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 186fbd90..831b3e26 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"); } |