diff --git a/dnscrypt-proxy/config.go b/dnscrypt-proxy/config.go index 6152e06c..d7c7259b 100644 --- a/dnscrypt-proxy/config.go +++ b/dnscrypt-proxy/config.go @@ -207,7 +207,7 @@ func ConfigLoad(proxy *Proxy, svcFlag *string, config_file string) error { continue } } - dlog.Infof("Adding [%s] to the set of wanted resolvers", registeredServer.name) + dlog.Debugf("Adding [%s] to the set of wanted resolvers", registeredServer.name) proxy.registeredServers = append(proxy.registeredServers, registeredServer) } }