Adding trace mapping for RKObjectMappingOperation

This commit is contained in:
Blake Watters
2011-08-14 21:25:13 -04:00
parent 244aa646ad
commit 47c78b181c

View File

@@ -426,6 +426,7 @@ BOOL RKObjectIsValueEqualToValue(id sourceValue, id destinationValue) {
- (BOOL)performMapping:(NSError**)error {
RKLogDebug(@"Starting mapping operation...");
RKLogTrace(@"Performing mapping operation: %@", self);
[self applyNestedMappings];
BOOL mappedAttributes = [self applyAttributeMappings];