Skip to content

Commit 82f39d9

Browse files
committed
Changes for #14 correctly returning a string containing the count of system numbers that have been reset
1 parent e761085 commit 82f39d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OTPKit/Components/Producer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ final public class OTPProducer: Component {
771771
transformFolios = transformFolios.map { _ in FolioNumber.min }
772772
}
773773

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

0 commit comments

Comments
 (0)