Skip to content

Commit

Permalink
Merge branch 'feature-20141029-master-preparation'
Browse files Browse the repository at this point in the history
SergioOpenPeer committed Nov 5, 2014
2 parents f50c4ad + 8da577a commit c10be6a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -511,6 +511,7 @@ - (void) onContactsLoaded
[self stopRefreshController];
OPLog(HOPLoggerSeverityInformational, HOPLoggerLevelTrace, @"Handling loaded contacts.");
NSError *error;
self.fetchedResultsController = nil;
if (![self.fetchedResultsController performFetch:&error])
{
OPLog(HOPLoggerSeverityError, HOPLoggerLevelDebug, @"Fetching contacts has failed with an error: %@, error description: %@", error, [error userInfo]);

0 comments on commit c10be6a

Please sign in to comment.