Skip to content

Commit

Permalink
Fix log output of duration
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Oct 5, 2023
1 parent 226134e commit bcf5c56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/MullvadVPN/TunnelManager/TunnelManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bcf5c56

Please sign in to comment.