]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Aesthetic fix for neighbor cache debug dump.
authorMartin Mares <mj@ucw.cz>
Sun, 6 Dec 1998 23:11:18 +0000 (23:11 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 6 Dec 1998 23:11:18 +0000 (23:11 +0000)
nest/iface.c

index 186fbd907338f99831718477caf1fb3aba9dc372..831b3e26858478554e8b6cf53c4c5bc7f27fefd7 100644 (file)
@@ -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");
 }