net/dns: add debugging traces to DNS manager selection on linux.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2021-04-14 15:52:41 -07:00
parent 4b70c7b717
commit bb0710d51d
2 changed files with 38 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ func NewManager(logf logger.Logf, oscfg OSConfigurator, linkMon *monitor.Mon) *M
resolver: resolver.New(logf, linkMon),
os: oscfg,
}
m.logf("using %T", m.os)
return m
}