summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r--src/mongo/db/curop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index 3b5f71f23ce..5e1a14663dc 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -459,7 +459,7 @@ string OpDebug::report(Client* client,
}
if (!curop.getPlanSummary().empty()) {
- s << " planSummary: " << redact(curop.getPlanSummary().toString());
+ s << " planSummary: " << curop.getPlanSummary().toString();
}
if (!updateobj.isEmpty()) {