summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/document_shard_key_update_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/document_shard_key_update_util.cpp')
-rw-r--r--src/mongo/s/commands/document_shard_key_update_util.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/s/commands/document_shard_key_update_util.cpp b/src/mongo/s/commands/document_shard_key_update_util.cpp
index d576e496ea6..f7c2c33bba0 100644
--- a/src/mongo/s/commands/document_shard_key_update_util.cpp
+++ b/src/mongo/s/commands/document_shard_key_update_util.cpp
@@ -33,6 +33,7 @@
#include "mongo/base/status_with.h"
#include "mongo/db/namespace_string.h"
+#include "mongo/logv2/log.h"
#include "mongo/s/would_change_owning_shard_exception.h"
#include "mongo/s/write_ops/batched_command_request.h"
#include "mongo/s/write_ops/batched_command_response.h"
@@ -78,7 +79,7 @@ bool executeOperationsAsPartOfShardKeyUpdate(OperationContext* opCtx,
}
if (MONGO_unlikely(hangBeforeInsertOnUpdateShardKey.shouldFail())) {
- log() << "Hit hangBeforeInsertOnUpdateShardKey failpoint";
+ LOGV2(22760, "Hit hangBeforeInsertOnUpdateShardKey failpoint");
hangBeforeInsertOnUpdateShardKey.pauseWhileSet(opCtx);
}