mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-18 12:32:13 +00:00
control/controlclient: remove redundant Hostinfo log
The direct client already logs it in JSON form. Then it's immediately logged again in an unformatted dump, so this removes that unformatted one. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
parent
aa79a57f63
commit
cc508be603
@ -605,7 +605,6 @@ func (c *Client) SetHostinfo(hi *tailcfg.Hostinfo) {
|
|||||||
// No changes. Don't log.
|
// No changes. Don't log.
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
c.logf("Hostinfo: %v", hi)
|
|
||||||
|
|
||||||
// Send new Hostinfo to server
|
// Send new Hostinfo to server
|
||||||
c.sendNewMapRequest()
|
c.sendNewMapRequest()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user