mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Format fix
This commit is contained in:
parent
7033f242c0
commit
32aad7bb34
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ func (xTransport *XTransport) resolveUsingResolvers(
|
|||
}
|
||||
break
|
||||
}
|
||||
dlog.Infof("Unable to resolve [%s] using resolver %s[%s]: %v", host, proto, resolver, err)
|
||||
dlog.Infof("Unable to resolve [%s] using resolver [%s] (%s): %v", host, resolver, proto, err)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue