summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsack.c
diff options
context:
space:
mode:
Diffstat (limited to 'proto/ospf/lsack.c')
-rw-r--r--proto/ospf/lsack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsack.c b/proto/ospf/lsack.c
index 94f61d8..d2f20bf 100644
--- a/proto/ospf/lsack.c
+++ b/proto/ospf/lsack.c
@@ -153,7 +153,7 @@ ospf_lsack_receive(struct ospf_lsack_packet *ps, struct proto *p,
if ((nolsa < 1) || ((lenn - sizeof(struct ospf_lsack_packet)) !=
(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;
}