Skip to content

Commit

Permalink
Merge branch 'fix-log-duration'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Mihajlov committed Oct 5, 2023
2 parents 226134e + bcf5c56 commit e711b1f
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 e711b1f

Please sign in to comment.