TunnelsManager: Log startDeactivation calls

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-02-07 18:53:37 +05:30
parent 631e9bb70d
commit 1f3ec042e0
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()
}
}