summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_killer.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2020-03-31 10:22:14 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-31 14:38:13 +0000
commit49e9747069d526816310629f713f00f9934fcb5b (patch)
treeb781e516c14f5cae09006e16ead8336524dd8cec /src/mongo/db/operation_killer.cpp
parent2da53ac5de3efb67d07e8ffba692b90cde954bba (diff)
downloadmongo-49e9747069d526816310629f713f00f9934fcb5b.tar.gz
Revert "SERVER-47077 Clean up log lines in 'mongo/db'"
This reverts commit bc67d9be07b35da807ae854960e24f9ed61e5d43.
Diffstat (limited to 'src/mongo/db/operation_killer.cpp')
-rw-r--r--src/mongo/db/operation_killer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/operation_killer.cpp b/src/mongo/db/operation_killer.cpp
index 0cfa250504a..971b789e806 100644
--- a/src/mongo/db/operation_killer.cpp
+++ b/src/mongo/db/operation_killer.cpp
@@ -82,7 +82,7 @@ void OperationKiller::killOperation(OperationId opId) {
serviceContext->killOperation(target, target->getOperationContext());
- LOGV2(20884, "Killed operation: {opId}", "Killed operation", "opId"_attr = opId);
+ LOGV2(20884, "Killed operation: {opId}", "opId"_attr = opId);
}
void OperationKiller::killOperation(const OperationKey& opKey) {