summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/TunnelManager/TunnelManager.swift4
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/MullvadVPN/TunnelManager/TunnelManager.swift b/ios/MullvadVPN/TunnelManager/TunnelManager.swift
index 260a2edd7e..4e6bfc6163 100644
--- a/ios/MullvadVPN/TunnelManager/TunnelManager.swift
+++ b/ios/MullvadVPN/TunnelManager/TunnelManager.swift
@@ -1077,9 +1077,7 @@ final class TunnelManager: StorePaymentObserver {
isPolling = true
- logger.debug(
- "Start polling tunnel status every \(interval) second(s)."
- )
+ logger.debug("Start polling tunnel status every \(interval.logFormat()).")
let timer = DispatchSource.makeTimerSource(queue: .main)
timer.setEventHandler { [weak self] in