Add debug log to MergeOp counting input changes

Change-Id: Id9fa25714822906e9ecef03b7cc3410a6755f182
This commit is contained in:
Dave Borowitz
2015-02-06 10:46:54 -08:00
parent 6b14a44e9b
commit ef25aef88e

View File

@@ -494,6 +494,7 @@ public class MergeOp {
private ListMultimap<SubmitType, Change> validateChangeList(
List<ChangeData> submitted) throws MergeException {
logDebug("Validating {} changes", submitted.size());
ListMultimap<SubmitType, Change> toSubmit = ArrayListMultimap.create();
Map<String, Ref> allRefs;