Better logging. (%d->%I)

This commit is contained in:
Ondrej Filip 2000-05-08 22:02:45 +00:00
parent 8abbde02d4
commit 158b99c912

View file

@ -179,7 +179,7 @@ ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p,
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;
}