aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/lua/arc.lua2
1 files changed, 1 insertions, 1 deletions
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