TunnelsManager: Log startDeactivation calls
This commit is contained in:
parent
c4b253f8b3
commit
9111b2723f
|
@ -515,6 +515,7 @@ class TunnelContainer: NSObject {
|
|||
}
|
||||
|
||||
fileprivate func startDeactivation() {
|
||||
wg_log(.debug, message: "startDeactivation: Tunnel: \(name)")
|
||||
(tunnelProvider.connection as? NETunnelProviderSession)?.stopTunnel()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue