summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/resize_oplog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/resize_oplog.cpp')
-rw-r--r--src/mongo/db/commands/resize_oplog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/resize_oplog.cpp b/src/mongo/db/commands/resize_oplog.cpp
index 0c96a36e5d4..8daebc4ecd6 100644
--- a/src/mongo/db/commands/resize_oplog.cpp
+++ b/src/mongo/db/commands/resize_oplog.cpp
@@ -89,7 +89,7 @@ public:
auto params =
ReplSetResizeOplogRequest::parse(IDLParserContext("replSetResizeOplog"), jsobj);
- return writeConflictRetry(opCtx, "replSetResizeOplog", coll->ns().ns(), [&] {
+ return writeConflictRetry(opCtx, "replSetResizeOplog", coll->ns(), [&] {
WriteUnitOfWork wunit(opCtx);
if (auto sizeMB = params.getSize()) {