mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
wgengine/magicsock: remove log allocation
This was the whole point but I goofed at the last line.
This commit is contained in:
parent
8454bbbda5
commit
82ed7e527e
@ -1274,7 +1274,7 @@ func (c *Conn) logEndpointChange(endpoints []string, reasons map[string]string)
|
||||
}
|
||||
fmt.Fprintf(buf, "%s (%s)", ep, reasons[ep])
|
||||
}
|
||||
c.logf("%s", buf)
|
||||
c.logf("%s", buf.Bytes())
|
||||
}
|
||||
|
||||
// c.mu must be held.
|
||||
|
Loading…
Reference in New Issue
Block a user