Useless '\n' in log()

This commit is contained in:
Ondrej Filip 2000-05-08 22:42:56 +00:00
parent eae4fcf253
commit 8a3049f6f1

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 %I\n",n->rid);
log("Strange LS acknoledgement from %I",n->rid);
continue;
}