Skip to content

Commit

Permalink
[DEV] Resolve alexanderzats conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzsch committed May 10, 2012
2 parents 61165c6 + 08afb9e commit 4dd3a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mogenerator.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ - (NSArray*)entitiesWithACustomSubclassInConfiguration:(NSString *)configuration

if ([entityClassName isEqualToString:@"NSManagedObject"] || [entityClassName isEqualToString:gCustomBaseClass]){
if (verbose_) {
ddprintf(@"skipping entity %@ because it doesn't use a custom subclass.\n",
entityClassName);
ddprintf(@"skipping entity %@ (%@) because it doesn't use a custom subclass.\n",
entity.name, entityClassName);
}
} else {
[result addObject:entity];
Expand Down

0 comments on commit 4dd3a63

Please sign in to comment.