Revert "wgengine: actively log FlushDNS."
This log is quite verbose, it was only to be left in for one
unstable build to help debug a user issue.
This reverts commit 1dd2552032
.
Signed-off-by: Denton Gentry <dgentry@tailscale.com>
pull/2251/head
parent
47045265b9
commit
6731f934a6
|
@ -86,7 +86,6 @@ func (r *winRouter) Set(cfg *Config) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Flush DNS on router config change to clear cached DNS entries (solves #1430)
|
// Flush DNS on router config change to clear cached DNS entries (solves #1430)
|
||||||
r.logf("router_windows.go:Set calling ipconfig /flushdns")
|
|
||||||
if err := dns.Flush(); err != nil {
|
if err := dns.Flush(); err != nil {
|
||||||
r.logf("flushdns error: %v", err)
|
r.logf("flushdns error: %v", err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue