DCTCoreDataStack icon indicating copy to clipboard operation
DCTCoreDataStack copied to clipboard

Restore logging if no completion handler given

Open richardbuckle opened this issue 10 years ago • 0 comments

The logging in NSManagedObjectContext+DCTCoreDataStack.m was never called because the override in _DCTCDSManagedObjectContext was adding a no-op completion handler if none was passed in.

Moving the logging to the completion handler added by _DCTCDSManagedObjectContext fixes this.

(Fix suggested by Daniel Tull)

richardbuckle avatar May 08 '14 14:05 richardbuckle