Better debug output.
This commit is contained in:
parent
b57a45b81a
commit
77fbd315df
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
|||
if(n->state<NEIGHBOR_EXCHANGE)
|
||||
{
|
||||
debug("%s: Received lsupd in lesser state than EXCHANGE from (%I)\n",
|
||||
p->name);
|
||||
p->name,n->ip);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue