We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8611512 commit 7c757d0Copy full SHA for 7c757d0
1 file changed
dnscrypt-proxy/config_loader.go
@@ -191,7 +191,6 @@ func configureLoadBalancing(proxy *Proxy, config *Config) {
191
lbStrategy = LBStrategyRandom{}
192
case "wp2":
193
lbStrategy = LBStrategyWP2{}
194
- dlog.Noticef("Using Weighted Power of Two (WP2) load balancing strategy")
195
default:
196
if strings.HasPrefix(lbStrategyStr, "p") {
197
n, err := strconv.ParseInt(strings.TrimPrefix(lbStrategyStr, "p"), 10, 32)
0 commit comments