Useless '\n' in log()
This commit is contained in:
parent
eae4fcf253
commit
8a3049f6f1
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)
|
||||
{
|
||||
log("Strange LS acknoledgement from %I\n",n->rid);
|
||||
log("Strange LS acknoledgement from %I",n->rid);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue