Skip to content

Commit

Permalink
Changes for #14 correctly returning a string containing the count of …
Browse files Browse the repository at this point in the history
…system numbers that have been reset
  • Loading branch information
dsmurfin committed Sep 1, 2021
1 parent e761085 commit 82f39d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OTPKit/Components/Producer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ final public class OTPProducer: Component {
transformFolios = transformFolios.map { _ in FolioNumber.min }
}

self.delegateQueue.async { self.debugDelegate?.debugLog("Reset \(systemNumbers?.count ?? Int(SystemNumber.max)) transform message folio numbers to \(FolioNumber.min)") }
self.delegateQueue.async { self.debugDelegate?.debugLog("Reset \(systemNumbers?.count ?? Int(SystemNumber.maxSystemNumber)) transform message folio numbers to \(FolioNumber.min)") }
}
}

Expand Down

0 comments on commit 82f39d9

Please sign in to comment.