Skip to content

Commit d66c4f1

Browse files
committed
Consistent logging
1 parent ca55d95 commit d66c4f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SQLiteData/CloudKit/SyncEngine.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,8 @@
861861
if let tabularDescription = state.tabularDescription {
862862
logger.debug(
863863
"""
864-
[\(syncEngine.database.databaseScope.label)] nextRecordZoneChangeBatch: \(reason)
864+
SQLiteData (\(syncEngine.database.databaseScope.label).db) \
865+
nextRecordZoneChangeBatch: \(reason)
865866
\(tabularDescription)
866867
"""
867868
)

0 commit comments

Comments
 (0)