mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Typo in debug.
This commit is contained in:
parent
a6fdf9c6ac
commit
fc0ca2d8e1
@ -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 New Issue
Block a user