MergeOp: Debug log in openBranch and validateChangeList

Change-Id: I84f61dd73eb64b01833849588ad81822c59c1efe
This commit is contained in:
Dave Borowitz
2015-01-29 13:50:24 -08:00
parent 3ca14acfb5
commit 00a0f1e018

View File

@@ -462,6 +462,8 @@ public class MergeOp {
}
}
}
logDebug("Opened branch {}: {}, (parsed to {})",
destBranch.get(), oldRef, branchTip);
return branchUpdate;
} catch (IOException e) {
throw new MergeException("Cannot open branch", e);
@@ -637,6 +639,7 @@ public class MergeOp {
toMerge.put(submitType, commit);
toSubmit.put(submitType, chg);
}
logDebug("Submitting on this run: {}", toSubmit);
return toSubmit;
}