From e75992bf3340fdf3e9c9a9787ab19d1e1dd37cc3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Oct 2018 09:10:26 +0100 Subject: [Minor] Another log invocation fixed --- src/plugins/lua/arc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/lua/arc.lua b/src/plugins/lua/arc.lua index eeae65289..e066613e9 100644 --- a/src/plugins/lua/arc.lua +++ b/src/plugins/lua/arc.lua @@ -591,7 +591,7 @@ local function arc_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 -- cgit v1.2.3