Merge "Fix wrong variable in log message in BatchUpdate"
This commit is contained in:
@@ -664,11 +664,9 @@ public class BatchUpdate implements AutoCloseable {
|
|||||||
op.updateRepo(ctx);
|
op.updateRepo(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!repoOnlyOps.isEmpty()) {
|
logDebug("Executing updateRepo on {} RepoOnlyOps", repoOnlyOps.size());
|
||||||
logDebug("Executing updateRepo on {} RepoOnlyOps", ops.size());
|
for (RepoOnlyOp op : repoOnlyOps) {
|
||||||
for (RepoOnlyOp op : repoOnlyOps) {
|
op.updateRepo(ctx);
|
||||||
op.updateRepo(ctx);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (inserter != null) {
|
if (inserter != null) {
|
||||||
|
Reference in New Issue
Block a user