]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Forgot to save in the previous commit
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 4 Sep 2016 18:59:35 +0000 (19:59 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 4 Sep 2016 18:59:35 +0000 (19:59 +0100)
src/plugins/lua/antivirus.lua

index c46e7eeb40bc39fb6ae84d1637c8bcbf115f0098..19466678ef9033468f39a3d8d5f3192df9789e20 100644 (file)
@@ -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')