]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
TunnelsManager: Log startDeactivation calls
authorRoopesh Chander <roop@roopc.net>
Thu, 7 Feb 2019 13:23:37 +0000 (18:53 +0530)
committerRoopesh Chander <roop@roopc.net>
Thu, 7 Feb 2019 21:04:29 +0000 (02:34 +0530)
Signed-off-by: Roopesh Chander <roop@roopc.net>
WireGuard/WireGuard/Tunnel/TunnelsManager.swift

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