Skip to content

Commit f3d4431

Browse files
committed
more logs
1 parent 38161fe commit f3d4431

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Sources/ParseCareKit/ParseRemote.swift

+5
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,11 @@ public class ParseRemote: OCKRemoteSynchronizable {
532532
guard shouldIncrementCloudClock || (!shouldIncrementCloudClock && cloudVector.uuids.count != localClock.uuids.count) else {
533533
await self.remoteStatus.setNotSynchronzing()
534534
// Clocks not updated, no need to update cloud.
535+
if #available(iOS 14.0, watchOS 7.0, *) {
536+
Logger.pushRevisions.debug("Finished pushing revisions")
537+
} else {
538+
os_log("Finished pushing revisions", log: .pushRevisions, type: .debug)
539+
}
535540
DispatchQueue.main.async {
536541
self.parseRemoteDelegate?.successfullyPushedDataToCloud()
537542
}

0 commit comments

Comments
 (0)