Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	Source/Categories/NSPersistentStore+MagicalRecord.m
	Source/Categories/NSPersistentStoreCoordinator+MagicalRecord.m
	Source/CoreData+MagicalRecord.h
  • Loading branch information
casademora committed Dec 11, 2011
2 parents be9d5c4 + 9a3c389 commit b446251
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Source/CoreData+MagicalRecord.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@

#define kCreateNewCoordinatorOnBackgroundOperations 0

#ifdef MR_ENABLE_LOGGING
#ifndef MR_ENABLE_ACTIVE_RECORD_LOGGING
#ifdef DEBUG
#define MR_ENABLE_ACTIVE_RECORD_LOGGING 1
#else
#define MR_ENABLE_ACTIVE_RECORD_LOGGING 0
#endif
#endif

#if MR_ENABLE_ACTIVE_RECORD_LOGGING
#ifdef LOG_VERBOSE
#define MRLog(...) DDLogVerbose(__VA_ARGS__)
#else
Expand Down

0 comments on commit b446251

Please sign in to comment.