One more newline less... :)
This commit is contained in:
parent
df49d4e14b
commit
13e9bac33f
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p,
|
|||
}
|
||||
if(size<=(sizeof(struct ospf_lsupd_packet)+sizeof(struct ospf_lsa_header)))
|
||||
{
|
||||
log("%s: Received lsupd from %I is too short!\n", p->name,n->ip);
|
||||
log("%s: Received lsupd from %I is too short!", p->name,n->ip);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue