TunnelsManager: Log startDeactivation calls

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2019-02-08 02:34:29 +05:30
parent 631e9bb70d
commit 1f3ec042e0
@@ -515,6 +515,7 @@ class TunnelContainer: NSObject {
} }
fileprivate func startDeactivation() { fileprivate func startDeactivation() {
wg_log(.debug, message: "startDeactivation: Tunnel: \(name)")
(tunnelProvider.connection as? NETunnelProviderSession)?.stopTunnel() (tunnelProvider.connection as? NETunnelProviderSession)?.stopTunnel()
} }
} }