mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-18 00:58:42 +00:00
Better debug output.
This commit is contained in:
parent
b57a45b81a
commit
77fbd315df
@ -229,7 +229,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
|||||||
if(n->state<NEIGHBOR_EXCHANGE)
|
if(n->state<NEIGHBOR_EXCHANGE)
|
||||||
{
|
{
|
||||||
debug("%s: Received lsupd in lesser state than EXCHANGE from (%I)\n",
|
debug("%s: Received lsupd in lesser state than EXCHANGE from (%I)\n",
|
||||||
p->name);
|
p->name,n->ip);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user