We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e761085 commit 82f39d9Copy full SHA for 82f39d9
Sources/OTPKit/Components/Producer.swift
@@ -771,7 +771,7 @@ final public class OTPProducer: Component {
771
transformFolios = transformFolios.map { _ in FolioNumber.min }
772
}
773
774
- 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)") }
775
776
777
0 commit comments