]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bugfix in neighbor dumping.
authorOndrej Filip <feela@network.cz>
Tue, 18 Apr 2000 19:56:43 +0000 (19:56 +0000)
committerOndrej Filip <feela@network.cz>
Tue, 18 Apr 2000 19:56:43 +0000 (19:56 +0000)
proto/ospf/neighbor.c

index 4565d4e7f717c87c30fab1bf878308e7747e03b6..9f3f26812bbc1edcd13e6db0b974236150a7a44f 100644 (file)
@@ -27,7 +27,7 @@ neigh_chstate(struct ospf_neighbor *n, u8 state)
     ifa=n->ifa;
     p=(struct proto *)(ifa->proto);
   
-    debug("%s: Neigbor %I changes state from \"%u\" to \"%u\".\n",
+    debug("%s: Neigbor %I changes state from \"%s\" to \"%s\".\n",
       p->name, n->rid, ospf_ns[n->state], ospf_ns[state]);
     n->state=state;
   }