mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-03 22:03:36 +03:00
DNS: change error loglevel for doh empty list answer
This commit is contained in:
parent
29e37e8a82
commit
fd0ede40a5
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ func (s *DoHNameServer) sendQuery(ctx context.Context, domain string, clientIP n
|
|||
}
|
||||
resp, err := s.dohHTTPSContext(dnsCtx, b.Bytes())
|
||||
if err != nil {
|
||||
errors.LogErrorInner(ctx, err, "failed to retrieve response for ", domain)
|
||||
errors.LogInfoInner(ctx, err, "failed to retrieve response for ", domain)
|
||||
return
|
||||
}
|
||||
rec, err := parseResponse(resp)
|
||||
|
|
Loading…
Add table
Reference in a new issue