Better log() usage.
This commit is contained in:
parent
fb9bf6888c
commit
7a03e29d5c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ ospf_lsack_receive(struct ospf_lsack_packet *ps, struct proto *p,
|
||||||
if ((nolsa < 1) || ((lenn - sizeof(struct ospf_lsack_packet)) !=
|
if ((nolsa < 1) || ((lenn - sizeof(struct ospf_lsack_packet)) !=
|
||||||
(nolsa * sizeof(struct ospf_lsa_header))))
|
(nolsa * sizeof(struct ospf_lsa_header))))
|
||||||
{
|
{
|
||||||
log("%s: Received corrupted LS ack from %I", p->name, n->ip);
|
log(L_ERR "Received corrupted LS ack from %I", n->ip);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue