Browse Source

[Minor] Asn: Improve log message

Issue: #4235
tags/3.3
Vsevolod Stakhov 1 year ago
parent
commit
17cb2c06fd
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/asn.lua

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

@@ -75,7 +75,7 @@ local function asn_check(task)
return
end
if not results or not results[1] then
rspamd_logger.infox(task, 'cannot query ip %s on %s: no results',
rspamd_logger.infox(task, 'no ASN information is available for the IP address "%s" on %s',
req_name, serv)
return
end

Loading…
Cancel
Save