Typo in debug.
This commit is contained in:
parent
a6fdf9c6ac
commit
fc0ca2d8e1
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ neigh_chstate(struct ospf_neighbor *n, u8 state)
|
||||||
}
|
}
|
||||||
p=(struct proto *)(ifa->proto);
|
p=(struct proto *)(ifa->proto);
|
||||||
|
|
||||||
debug("%s: Neigbor %I changes state from \"%s\" to \"%s\".\n",
|
debug("%s: Neighbor %I changes state from \"%s\" to \"%s\".\n",
|
||||||
p->name, n->rid, ospf_ns[n->state], ospf_ns[state]);
|
p->name, n->ip, ospf_ns[n->state], ospf_ns[state]);
|
||||||
n->state=state;
|
n->state=state;
|
||||||
if(state==NEIGHBOR_FULL)
|
if(state==NEIGHBOR_FULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue