From bc42eda1c8c42b522f5301cc59c2a75d6e7d9054 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 3 Jan 2021 16:58:21 +0100 Subject: [PATCH] Shorten --- dnscrypt-proxy/serversInfo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-proxy/serversInfo.go b/dnscrypt-proxy/serversInfo.go index 9dd1a76f..ac4c4fe5 100644 --- a/dnscrypt-proxy/serversInfo.go +++ b/dnscrypt-proxy/serversInfo.go @@ -435,7 +435,7 @@ func fetchDNSCryptServerInfo(proxy *Proxy, name string, stamp stamps.ServerStamp dlog.Infof("[%v] couldn't be reached anonymously, it will be ignored", name) return ServerInfo{}, errors.New("Resolver couldn't be reached anonymously") } - dlog.Warnf("[%v] couldn't be reached anonymously - check the relay and that your router doesn't drop UDP fragments", name) + dlog.Warnf("[%v] couldn't be reached anonymously", name) } if err != nil { return ServerInfo{}, err