summaryrefslogtreecommitdiff
path: root/pkg/standalone/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/standalone/main.go')
-rw-r--r--pkg/standalone/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/standalone/main.go b/pkg/standalone/main.go
index 6c267d6..4ac5776 100644
--- a/pkg/standalone/main.go
+++ b/pkg/standalone/main.go
@@ -68,6 +68,7 @@ func (b *Bitmask) GetStatusCh() <-chan string {
// Close the connection to bitmask
func (b *Bitmask) Close() {
+ log.Printf("Close: cleanup and vpn shutdown...")
b.StopVPN()
err := b.launch.close()
if err != nil {