summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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) }