control/controlclient: stop logging about goal.url invariant
This isn't the ideal solution, but it's good enough for now.
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
(cherry picked from commit d9c21936c3
)
pull/3563/head
parent
e055d10f5b
commit
d79aad2b89
|
@ -339,11 +339,9 @@ func (c *Auto) authRoutine() {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if url != "" {
|
if url != "" {
|
||||||
if goal.url != "" {
|
// goal.url ought to be empty here.
|
||||||
err = fmt.Errorf("[unexpected] server required a new URL?")
|
// However, not all control servers get this right,
|
||||||
report(err, "WaitLoginURL")
|
// and logging about it here just generates noise.
|
||||||
}
|
|
||||||
|
|
||||||
c.mu.Lock()
|
c.mu.Lock()
|
||||||
c.loginGoal = &LoginGoal{
|
c.loginGoal = &LoginGoal{
|
||||||
wantLoggedIn: true,
|
wantLoggedIn: true,
|
||||||
|
|
Loading…
Reference in New Issue