summaryrefslogtreecommitdiff
path: root/pkg/vpn/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vpn/status.go')
-rw-r--r--pkg/vpn/status.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/vpn/status.go b/pkg/vpn/status.go
index cc2fb62..7901276 100644
--- a/pkg/vpn/status.go
+++ b/pkg/vpn/status.go
@@ -74,6 +74,7 @@ func (b *Bitmask) eventHandler(eventCh <-chan openvpn.Event) {
}
if statusName == "CONNECTED" {
b.onGateway = strings.Split(stateEvent.String(), ": ")[1]
+ log.Println(">>> CONNECTED TO", b.onGateway)
}
}
b.statusCh <- Off