]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Typo in debug.
authorOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:28:42 +0000 (22:28 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 8 May 2000 22:28:42 +0000 (22:28 +0000)
proto/ospf/neighbor.c

index 831cd621df2e41d64914a7e3b1f0b74870cd08ea..db97823b181f6bd5723a053fc150ed37e54b534f 100644 (file)
@@ -34,8 +34,8 @@ neigh_chstate(struct ospf_neighbor *n, u8 state)
     }
     p=(struct proto *)(ifa->proto);
   
-    debug("%s: Neigbor %I changes state from \"%s\" to \"%s\".\n",
-      p->name, n->rid, ospf_ns[n->state], ospf_ns[state]);
+    debug("%s: Neighbor %I changes state from \"%s\" to \"%s\".\n",
+      p->name, n->ip, ospf_ns[n->state], ospf_ns[state]);
     n->state=state;
     if(state==NEIGHBOR_FULL)
     {