Skip to content

Commit 53f7708

Browse files
committed
Fix broken string interpolation in log message
1 parent 7ed6d32 commit 53f7708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ConvosCore/Sources/ConvosCore/Inboxes/InboxLifecycleManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ public actor InboxLifecycleManager: InboxLifecycleManagerProtocol {
611611
}
612612

613613
if !clientIdsToKeep.isEmpty {
614-
Log.debug("Skipped \\((clientIdsToKeep.count\)) inbox(es) with other conversations or multi-member groups")
614+
Log.debug("Skipped \(clientIdsToKeep.count) inbox(es) with other conversations or multi-member groups")
615615
}
616616

617617
Log.info("Deleted \(deletedCount) expired pending invite(s), cleaned up \(safeToDeleteClientIds.count) inbox(es)")

0 commit comments

Comments
 (0)