mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
wgengine/magicsock: make log message include DERP port (node)
This commit is contained in:
parent
33bdcabf03
commit
221e7d7767
@ -685,7 +685,7 @@ func (c *Conn) derpWriteChanOfAddr(addr *net.UDPAddr) chan<- derpWriteRequest {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
if c.privateKey.IsZero() {
|
if c.privateKey.IsZero() {
|
||||||
c.logf("DERP lookup of %v with no private key; ignoring", addr.IP)
|
c.logf("DERP lookup of %v with no private key; ignoring", addr)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
ad, ok := c.activeDerp[addr.Port]
|
ad, ok := c.activeDerp[addr.Port]
|
||||||
|
Loading…
Reference in New Issue
Block a user