aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuardNetworkExtension/Log.swift
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-09-15 02:22:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-15 02:22:10 +0200
commite379854dcbbc70a655653eb76eda0e40ebc2229f (patch)
tree4f3065629b43156a6eea32ec2f24053f646181a5 /WireGuardNetworkExtension/Log.swift
parentRemove testing id (diff)
downloadwireguard-apple-e379854dcbbc70a655653eb76eda0e40ebc2229f.tar.xz
wireguard-apple-e379854dcbbc70a655653eb76eda0e40ebc2229f.zip
Update bundle names
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--WireGuardNetworkExtension/Log.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuardNetworkExtension/Log.swift b/WireGuardNetworkExtension/Log.swift
index 8b529ff..a35f308 100644
--- a/WireGuardNetworkExtension/Log.swift
+++ b/WireGuardNetworkExtension/Log.swift
@@ -9,5 +9,5 @@
import os.log
struct Log {
- static var general = OSLog(subsystem: "com.wireguard.ios.WireGuard.WireGuardNetworkExtension", category: "general")
+ static var general = OSLog(subsystem: "com.wireguard.ios.WireGuardNetworkExtension", category: "general")
}