summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-03-27 15:54:01 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-03-27 15:54:17 +0100
commit3e0530491c8e8be2ed03b7af8bd233bef37c07b9 (patch)
tree7d54aa80aa4a89f920c9f80d70ee4e4697c54f57 /ios
parent111309c9d7e0d9fc0174379abb55d30962de37f6 (diff)
downloadmullvadvpn-3e0530491c8e8be2ed03b7af8bd233bef37c07b9.tar.xz
mullvadvpn-3e0530491c8e8be2ed03b7af8bd233bef37c07b9.zip
Change expiry privacy modifier when logging
Diffstat (limited to 'ios')
-rw-r--r--ios/MullvadVPN/AppStorePaymentManager.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/AppStorePaymentManager.swift b/ios/MullvadVPN/AppStorePaymentManager.swift
index d8b4e219ce..7fada5ca67 100644
--- a/ios/MullvadVPN/AppStorePaymentManager.swift
+++ b/ios/MullvadVPN/AppStorePaymentManager.swift
@@ -215,7 +215,7 @@ class AppStorePaymentManager {
.handleEvents(receiveOutput: { (response) in
os_log(
.info,
- "AppStore Receipt was processed. Time added: %{public}.2f, New expiry: %{public}s",
+ "AppStore Receipt was processed. Time added: %{public}.2f, New expiry: %{private}s",
response.timeAdded, "\(response.newExpiry)")
})
.mapError { AppStorePaymentManager.Error.sendReceipt($0) }