Browse Source

[Minor] rbl: move logging to debug level

tags/2.7
Andrew Lewis 3 years ago
parent
commit
897d9ed834
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/rbl.lua

+ 1
- 1
src/plugins/lua/rbl.lua View File

@@ -279,7 +279,7 @@ local function rbl_dns_process(task, rbl, to_resolve, results, err, resolve_tabl
if rbl.unknown and rbl.symbol then
insert_results(rbl.symbol, ipstr)
else
rspamd_logger.errx(task, '%1 returned unknown result: %2',
lua_util.debugm(N, task, '%1 returned unknown result: %2',
to_resolve, ipstr)
end
end

Loading…
Cancel
Save