mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-26 00:02:34 +01:00
Format
This commit is contained in:
parent
b9f8f78c6e
commit
36c17eb59a
@ -423,7 +423,7 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
|
||||
foundIP, ttl, err = xTransport.resolveUsingSystem(host)
|
||||
if err != nil {
|
||||
err = errors.New("System DNS is not usable yet")
|
||||
dlog.Notice( err)
|
||||
dlog.Notice(err)
|
||||
}
|
||||
}
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user