aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-06-30 21:59:03 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-06-30 21:59:47 +0100
commit66394a369f95e83bec1646f73bebccd106858bb2 (patch)
treea1d27bba05e403dfab03e469043373a8e7e51339 /src/plugins
parentc9ed1f7a3f8c31c8407c5f83d2ff9dec4401e031 (diff)
downloadrspamd-66394a369f95e83bec1646f73bebccd106858bb2.tar.gz
rspamd-66394a369f95e83bec1646f73bebccd106858bb2.zip
[Minor] Reduce logger level
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/lua/hfilter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua
index 19ded363f..bbe80c547 100644
--- a/src/plugins/lua/hfilter.lua
+++ b/src/plugins/lua/hfilter.lua
@@ -228,7 +228,7 @@ local function check_host(task, host, symbol_suffix, eq_ip, eq_host)
local function check_host_cb_mx(_, to_resolve, results, err)
task:inc_dns_req()
if err and (err ~= 'requested record is not found' and err ~= 'no records with this name') then
- rspamd_logger.errx(task, 'error looking up %s: %s', to_resolve, err)
+ rspamd_logger.infox(task, 'error looking up %s: %s', to_resolve, err)
end
if not results then
task:insert_result('HFILTER_' .. symbol_suffix .. '_NORES_A_OR_MX', 1.0,