From 7504bb3cf42650c8e01121816e02d5ea10a171a3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Oct 2018 09:09:40 +0100 Subject: [PATCH] [Minor] Fix logger invocation --- src/plugins/lua/dkim_signing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/dkim_signing.lua b/src/plugins/lua/dkim_signing.lua index 8d621bbb2..77acc2f61 100644 --- a/src/plugins/lua/dkim_signing.lua +++ b/src/plugins/lua/dkim_signing.lua @@ -163,7 +163,7 @@ local function dkim_signing_cb(task) if err and err == 'No such file or directory' then lua_util.debugm(N, task, 'cannot read key from "%s": %s', p.key, err) else - rspamd_logger.warnx(N, task, 'cannot read key from "%s": %s', p.key, err) + rspamd_logger.warnx(task, 'cannot read key from "%s": %s', p.key, err) end return false end -- 2.39.5