From: Vsevolod Stakhov Date: Tue, 16 Oct 2018 08:10:26 +0000 (+0100) Subject: [Minor] Another log invocation fixed X-Git-Tag: 1.8.1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e75992bf3340fdf3e9c9a9787ab19d1e1dd37cc3;p=thirdparty%2Frspamd.git [Minor] Another log invocation fixed --- diff --git a/src/plugins/lua/arc.lua b/src/plugins/lua/arc.lua index eeae652895..e066613e92 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