mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
No need to warn if this is then going to be an error
This commit is contained in:
parent
ee5c9d67a4
commit
59ce17e0ab
1 changed files with 0 additions and 1 deletions
|
@ -468,7 +468,6 @@ func route(proxy *Proxy, name string, serverProto stamps.StampProtoType) (*Relay
|
|||
}
|
||||
if len(relayStamps) == 0 {
|
||||
err := fmt.Errorf("Non-existent relay set for server [%v]", name)
|
||||
dlog.Warn(err)
|
||||
return nil, err
|
||||
}
|
||||
var relayCandidateStamp *stamps.ServerStamp
|
||||
|
|
Loading…
Add table
Reference in a new issue