Skip to content

Commit

Permalink
ipn/ipnlocal: fix a log line having function pointers instead of values
Browse files Browse the repository at this point in the history
Followup to using ipn.PrefsView (#6031).

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
  • Loading branch information
mihaip authored and DentonGentry committed Nov 18, 2022
1 parent 6dbfafd commit 39d73f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipn/ipnlocal/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
Expand Down

0 comments on commit 39d73f9

Please sign in to comment.