summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/kill_operations_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/kill_operations_command.cpp')
-rw-r--r--src/mongo/db/commands/kill_operations_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/kill_operations_command.cpp b/src/mongo/db/commands/kill_operations_command.cpp
index 3ddc052a51a..037eeb554e5 100644
--- a/src/mongo/db/commands/kill_operations_command.cpp
+++ b/src/mongo/db/commands/kill_operations_command.cpp
@@ -60,7 +60,7 @@ public:
void typedRun(OperationContext* opCtx) {
auto opKiller = OperationKiller(opCtx->getClient());
for (auto& opKey : request().getOperationKeys()) {
- LOGV2(4615601,
+ LOGV2(46156011,
"Attempting to kill operation with OperationKey '{operationKey}'",
"operationKey"_attr = opKey);
opKiller.killOperation(OperationKey(opKey));