Skip to content

Commit 35a6fd2

Browse files
Update Modules/Sources/Storage/CoreData/CoreDataIterativeMigrator.swift
Co-authored-by: Jaclyn Chen <[email protected]>
1 parent f544d68 commit 35a6fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Storage/CoreData/CoreDataIterativeMigrator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ final class CoreDataIterativeMigrator {
6767
try persistentStoreCoordinator.destroyPersistentStore(at: sourceStoreURL, ofType: storeType, options: nil)
6868
DDLogInfo("[CoreDataIterativeMigrator] Database at \(sourceStoreURL) destroyed successfully.")
6969
} catch {
70-
DDLogError("[CoreDataIterativeMigrator] Direct migration failed. Error: \(error). Falling back to iterative migration.")
70+
DDLogError("[CoreDataIterativeMigrator] Database destruction failed. Error: \(error). Falling back to iterative migration.")
7171
}
7272
}
7373

0 commit comments

Comments
 (0)