aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_util.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lualib/lua_util.lua')
-rw-r--r--lualib/lua_util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_util.lua b/lualib/lua_util.lua
index 64d949270..0ce0c1874 100644
--- a/lualib/lua_util.lua
+++ b/lualib/lua_util.lua
@@ -693,7 +693,7 @@ end
exports.debugm = function(mod, ...)
local logger = require "rspamd_logger"
if unconditional_debug or debug_modules[mod] then
- logger.logx(log_level, ...)
+ logger.logx(log_level, mod, ...)
end
end