wgengine/magicsock: make log message include DERP port (node)
parent
33bdcabf03
commit
221e7d7767
|
@ -685,7 +685,7 @@ func (c *Conn) derpWriteChanOfAddr(addr *net.UDPAddr) chan<- derpWriteRequest {
|
|||
return nil
|
||||
}
|
||||
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
|
||||
}
|
||||
ad, ok := c.activeDerp[addr.Port]
|
||||
|
|
Loading…
Reference in New Issue