Skip to content

Commit

Permalink
Added some additional logging around default merge behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Stoll committed Jun 26, 2014
1 parent f0faa26 commit 769e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MMRecord/MMRecordMarshaler.m
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ + (void)mergeDuplicateRecordResponseObjectDictionary:(NSDictionary *)dictionary
}

if ([dictionary.allKeys count] != [protoRecord.dictionary.allKeys count]) {

[MMRecordDebugger logMessageWithDescription:@"Possible inconsistent duplicate records detected. MMRecord provided the opportunity to merge two dictionaries representing the same record, where those two dictionaries were not equal. You may override the MMRecordMarshaler mergeDuplicateRecordResponseObjectDictionary:withExistingProtoRecord: method to deal with this issue if it becomes a problem. This is not expected behavior and may be due to an response issue."];
}
}

Expand Down

0 comments on commit 769e34b

Please sign in to comment.