mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-05-30 03:10:45 +02:00
WIP: logging utilities
This commit is contained in:
@@ -64,7 +64,7 @@ internal extension NSManagedObjectContext {
|
||||
|
||||
CoreStore.log(
|
||||
CoreStoreError(error),
|
||||
"Failed to load existing \(typeName(object)) in context."
|
||||
"Failed to load existing \(cs_typeName(object)) in context."
|
||||
)
|
||||
return nil
|
||||
}
|
||||
@@ -341,7 +341,7 @@ internal extension NSManagedObjectContext {
|
||||
var fetchError: ErrorType?
|
||||
self.performBlockAndWait {
|
||||
|
||||
autoreleasepool {
|
||||
cs_autoreleasepool {
|
||||
|
||||
do {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user