]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another log invocation fixed
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 16 Oct 2018 08:10:26 +0000 (09:10 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 16 Oct 2018 08:10:26 +0000 (09:10 +0100)
src/plugins/lua/arc.lua

index eeae65289565966580432eef545a5914d403e06b..e066613e92d5fa739743cae40bf19c6a10660387 100644 (file)
@@ -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