TunnelsManager: Log startDeactivation calls

This commit is contained in:
Roopesh Chander 2019-02-07 18:53:37 +05:30
parent c4b253f8b3
commit 9111b2723f
1 changed files with 1 additions and 0 deletions

View File

@ -515,6 +515,7 @@ class TunnelContainer: NSObject {
}
fileprivate func startDeactivation() {
wg_log(.debug, message: "startDeactivation: Tunnel: \(name)")
(tunnelProvider.connection as? NETunnelProviderSession)?.stopTunnel()
}
}