summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killoperations_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/killoperations_common.h')
-rw-r--r--src/mongo/db/commands/killoperations_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/killoperations_common.h b/src/mongo/db/commands/killoperations_common.h
index faf0f7bea5c..6d18fe8e5a7 100644
--- a/src/mongo/db/commands/killoperations_common.h
+++ b/src/mongo/db/commands/killoperations_common.h
@@ -64,7 +64,7 @@ public:
auto opKeys = Base::request().getOperationKeys();
for (auto& opKey : opKeys) {
- LOGV2(46156011, "Attempting to kill operation", "operationKey"_attr = opKey);
+ LOGV2(4615602, "Attempting to kill operation", "operationKey"_attr = opKey);
opKiller.killOperation(OperationKey(opKey));
}
Derived::killCursors(opCtx, opKeys);