From df3173c9a8c3199349baaf11698ad23aa7f64e25 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 4 Sep 2016 19:59:35 +0100 Subject: [Minor] Forgot to save in the previous commit --- src/plugins/lua/antivirus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins') diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index c46e7eeb4..19466678e 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -274,7 +274,7 @@ end local opts = rspamd_config:get_all_opt('antivirus') if opts and type(opts) == 'table' then if opts['enabled'] == false then - rspamd_logger.info('Module is disabled') + rspamd_logger.infox(rspamd_config, 'module is disabled') return end redis_params = rspamd_parse_redis_server('antivirus') -- cgit v1.2.3