mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Bugfix in neighbor dumping.
This commit is contained in:
parent
9eada7ca03
commit
48f5a61f69
@ -27,7 +27,7 @@ neigh_chstate(struct ospf_neighbor *n, u8 state)
|
||||
ifa=n->ifa;
|
||||
p=(struct proto *)(ifa->proto);
|
||||
|
||||
debug("%s: Neigbor %I changes state from \"%u\" to \"%u\".\n",
|
||||
debug("%s: Neigbor %I changes state from \"%s\" to \"%s\".\n",
|
||||
p->name, n->rid, ospf_ns[n->state], ospf_ns[state]);
|
||||
n->state=state;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user