diff --git a/ios/MullvadVPN/TunnelManager/TunnelManager.swift b/ios/MullvadVPN/TunnelManager/TunnelManager.swift index 260a2edd7e2f..4e6bfc6163f1 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