From fc0ca2d8e1ab6a71a81f5f12c04f02d670d22348 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 8 May 2000 22:28:42 +0000 Subject: Typo in debug. --- proto/ospf/neighbor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 831cd62..db97823 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) { -- cgit v1.2.3