Better logging. (%d->%I)
This commit is contained in:
parent
8abbde02d4
commit
158b99c912
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p,
|
||||||
|
|
||||||
if(lsa_comp(&lsa,&en->lsa)!=CMP_SAME)
|
if(lsa_comp(&lsa,&en->lsa)!=CMP_SAME)
|
||||||
{
|
{
|
||||||
log("Strange LS acknoledgement from %d\n",n->rid);
|
log("Strange LS acknoledgement from %I\n",n->rid);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue