ipn/ipnlocal: fix a log line having function pointers instead of values

Followup to using ipn.PrefsView (#6031).

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
pull/6385/head
Mihai Parparita 3 years ago committed by Denton Gentry
parent 6dbfafd75f
commit 39d73f9fae

@ -2495,7 +2495,7 @@ func (b *LocalBackend) authReconfig() {
if err == wgengine.ErrNoChanges {
return
}
b.logf("[v1] authReconfig: ra=%v dns=%v 0x%02x: %v", prefs.RouteAll, prefs.CorpDNS, flags, err)
b.logf("[v1] authReconfig: ra=%v dns=%v 0x%02x: %v", prefs.RouteAll(), prefs.CorpDNS(), flags, err)
b.initPeerAPIListener()
}

Loading…
Cancel
Save