aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard
diff options
context:
space:
mode:
authorRoopesh Chander <roop@roopc.net>2018-12-13 18:09:38 +0530
committerRoopesh Chander <roop@roopc.net>2018-12-13 18:09:38 +0530
commitefd4b28a0de81a41c0d821300989bbd05ffa21c2 (patch)
tree6ed980dc737633bc46b9a3e9a08ac050a68f8e7c /WireGuard/WireGuard
parentLogging: file_log doesn't need the message type (diff)
downloadwireguard-apple-efd4b28a0de81a41c0d821300989bbd05ffa21c2.tar.xz
wireguard-apple-efd4b28a0de81a41c0d821300989bbd05ffa21c2.zip
Logging: Write versions from both app and extension
Signed-off-by: Roopesh Chander <roop@roopc.net>
Diffstat (limited to 'WireGuard/WireGuard')
-rw-r--r--WireGuard/WireGuard/UI/iOS/AppDelegate.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift
index f15aede..a5856e0 100644
--- a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift
+++ b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift
@@ -22,6 +22,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
wg_log(.info, message: "Launching app")
+ wg_log_versions_to_file()
let window = UIWindow(frame: UIScreen.main.bounds)
window.backgroundColor = UIColor.white