summaryrefslogtreecommitdiff
path: root/src/mongo/db/introspect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/introspect.cpp')
-rw-r--r--src/mongo/db/introspect.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/db/introspect.cpp b/src/mongo/db/introspect.cpp
index a67929ff9b4..41598963c5f 100644
--- a/src/mongo/db/introspect.cpp
+++ b/src/mongo/db/introspect.cpp
@@ -203,8 +203,9 @@ Status createProfileCollection(OperationContext* opCtx, Database* db) {
// system.profile namespace doesn't exist; create it
LOGV2(20701,
- "Creating profile collection: {dbProfilingNS}",
- "dbProfilingNS"_attr = dbProfilingNS);
+ "Creating profile collection: {namespace}",
+ "Creating profile collection",
+ "namespace"_attr = dbProfilingNS);
CollectionOptions collectionOptions;
collectionOptions.capped = true;