wgengine/magicsock: fix debug disco printing of alloc resp disco keys (#17087)

Updates tailscale/corp#30818

Signed-off-by: Jordan Whited <jordan@tailscale.com>
pull/17088/head
Jordan Whited 3 months ago committed by GitHub
parent 09bfee2e06
commit 2d9d869d3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2411,11 +2411,11 @@ func (c *Conn) handleDiscoMessage(msg []byte, src epAddr, shouldBeRelayHandshake
msgType, sender.ShortString(), derpNodeSrc.ShortString())
return
} else {
c.dlogf("[v1] magicsock: disco: %v<-%v (%v, %v) got %s, for %d<->%d",
c.dlogf("[v1] magicsock: disco: %v<-%v (%v, %v) got %s for %v<->%v",
c.discoShort, epDisco.short,
ep.publicKey.ShortString(), derpStr(src.String()),
msgType,
req.ClientDisco[0], req.ClientDisco[1])
req.ClientDisco[0].ShortString(), req.ClientDisco[1].ShortString())
}
if c.filt == nil {

Loading…
Cancel
Save