Skip to content

Commit

Permalink
Just log all vpn addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus committed Jan 28, 2025
1 parent 6cf9e92 commit 06e6437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (c *Control) CloseAllTunnels(excludeLighthouses bool) (closed int) {
c.f.send(header.CloseTunnel, 0, h.ConnectionState, h, []byte{}, make([]byte, 12, 12), make([]byte, mtu))
c.f.closeTunnel(h)

c.l.WithField("vpnIp", h.vpnAddrs[0]).WithField("udpAddr", h.remote).
c.l.WithField("vpnAddrs", h.vpnAddrs).WithField("udpAddr", h.remote).
Debug("Sending close tunnel message")
closed++
}
Expand Down

0 comments on commit 06e6437

Please sign in to comment.