diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-08 22:28:42 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-08 22:28:42 +0000 |
commit | fc0ca2d8e1ab6a71a81f5f12c04f02d670d22348 (patch) | |
tree | 9501a2825b35ca8c57ccb2b8a48edbbc0be1af63 | |
parent | a6fdf9c6ac58e2d95d84c58102af8d5f3a70958a (diff) |
Typo in debug.
-rw-r--r-- | proto/ospf/neighbor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 831cd621..db97823b 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -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) { |