Merge pull request #123 from vojto/master

EXC_BAD_ACCESS when property is not found
This commit is contained in:
Magical Panda Software
2011-12-29 09:18:17 -08:00

View File

@@ -113,7 +113,7 @@ static NSUInteger defaultBatchSize = kMagicalRecordDefaultBatchSize;
}
else
{
MRLog(@"Property '%@' not found in %@ properties for %@", propertyName, [propDict count], NSStringFromClass(self));
MRLog(@"Property '%@' not found in %d properties for %@", propertyName, [propDict count], NSStringFromClass(self));
}
}
}