summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator_mongod.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index_builds_coordinator_mongod.cpp')
-rw-r--r--src/mongo/db/index_builds_coordinator_mongod.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/index_builds_coordinator_mongod.cpp b/src/mongo/db/index_builds_coordinator_mongod.cpp
index 327606c75e2..f8062f844d1 100644
--- a/src/mongo/db/index_builds_coordinator_mongod.cpp
+++ b/src/mongo/db/index_builds_coordinator_mongod.cpp
@@ -423,8 +423,7 @@ IndexBuildsCoordinatorMongod::_startIndexBuild(OperationContext* opCtx,
// Logs the index build statistics if it took longer than the server parameter `slowMs`
// to complete.
CurOp::get(opCtx.get())
- ->completeAndLogOperation(opCtx.get(),
- MONGO_LOGV2_DEFAULT_COMPONENT,
+ ->completeAndLogOperation(MONGO_LOGV2_DEFAULT_COMPONENT,
CollectionCatalog::get(opCtx.get())
->getDatabaseProfileSettings(nss.dbName())
.filter);