Skip to content

Commit 59ce17e

Browse files
committed
No need to warn if this is then going to be an error
1 parent ee5c9d6 commit 59ce17e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dnscrypt-proxy/serversInfo.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,6 @@ func route(proxy *Proxy, name string, serverProto stamps.StampProtoType) (*Relay
468468
}
469469
if len(relayStamps) == 0 {
470470
err := fmt.Errorf("Non-existent relay set for server [%v]", name)
471-
dlog.Warn(err)
472471
return nil, err
473472
}
474473
var relayCandidateStamp *stamps.ServerStamp

0 commit comments

Comments
 (0)