We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca55d95 commit d66c4f1Copy full SHA for d66c4f1
Sources/SQLiteData/CloudKit/SyncEngine.swift
@@ -861,7 +861,8 @@
861
if let tabularDescription = state.tabularDescription {
862
logger.debug(
863
"""
864
- [\(syncEngine.database.databaseScope.label)] nextRecordZoneChangeBatch: \(reason)
+ SQLiteData (\(syncEngine.database.databaseScope.label).db) \
865
+ nextRecordZoneChangeBatch: \(reason)
866
\(tabularDescription)
867
868
)
0 commit comments