From: Vsevolod Stakhov Date: Sun, 4 Sep 2016 18:59:35 +0000 (+0100) Subject: [Minor] Forgot to save in the previous commit X-Git-Tag: 1.4.0~494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df3173c9a8c3199349baaf11698ad23aa7f64e25;p=thirdparty%2Frspamd.git [Minor] Forgot to save in the previous commit --- diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index c46e7eeb40..19466678ef 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')