summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/resize_oplog.cpp
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2020-05-11 19:47:56 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-13 19:19:45 +0000
commit2e46c85d9e90da3bcedd2463a7f6ffb8af0e1c24 (patch)
treeeaed849524c4bbf725392ea440b2d47139e507df /src/mongo/db/commands/resize_oplog.cpp
parent29b8db71476ea59991c452ddd14db03e48ad47bc (diff)
downloadmongo-2e46c85d9e90da3bcedd2463a7f6ffb8af0e1c24.tar.gz
SERVER-48084 Lint log lines in mongo/db/commands
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 83e54384a30..b7d88507f66 100644
--- a/src/mongo/db/commands/resize_oplog.cpp
+++ b/src/mongo/db/commands/resize_oplog.cpp
@@ -109,7 +109,7 @@ public:
wunit.commit();
LOGV2(20497,
- "replSetResizeOplog success.",
+ "replSetResizeOplog success",
"size"_attr = DurableCatalog::get(opCtx)
->getCollectionOptions(opCtx, coll->getCatalogId())
.cappedSize,