diff --git a/dnscrypt-proxy/serversInfo.go b/dnscrypt-proxy/serversInfo.go index 81332c89..67c88799 100644 --- a/dnscrypt-proxy/serversInfo.go +++ b/dnscrypt-proxy/serversInfo.go @@ -223,7 +223,7 @@ func (serversInfo *ServersInfo) getOne() *ServerInfo { candidate = rand.Intn(Min(serversCount, 2)) } serverInfo := serversInfo.inner[candidate] - dlog.Debugf("Using candidate [%s] rtt: %d", (*serverInfo).Name, int((*serverInfo).rtt.Value())) + dlog.Debugf("Using candidate [%s] RTT: %d", (*serverInfo).Name, int((*serverInfo).rtt.Value())) return serverInfo }