From 1d0ad063163e6b1b4b91480574c126fce5f14a92 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 4 Sep 2016 19:58:04 +0100 Subject: [Minor] Use infox instead of info in logging --- src/plugins/lua/once_received.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/lua/once_received.lua') diff --git a/src/plugins/lua/once_received.lua b/src/plugins/lua/once_received.lua index 3012205d6..84b0e48b4 100644 --- a/src/plugins/lua/once_received.lua +++ b/src/plugins/lua/once_received.lua @@ -143,7 +143,7 @@ end local opts = rspamd_config:get_all_opt('once_received') if opts then if opts['enabled'] == false then - rspamd_logger.info('Module is disabled') + rspamd_logger.infox(rspamd_config, 'module is disabled') return end if opts['symbol'] then -- cgit v1.2.3