summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/vote_commit_index_build_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/vote_commit_index_build_command.cpp')
-rw-r--r--src/mongo/db/commands/vote_commit_index_build_command.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mongo/db/commands/vote_commit_index_build_command.cpp b/src/mongo/db/commands/vote_commit_index_build_command.cpp
index cdf50c95cb2..d9b2bfbde44 100644
--- a/src/mongo/db/commands/vote_commit_index_build_command.cpp
+++ b/src/mongo/db/commands/vote_commit_index_build_command.cpp
@@ -76,9 +76,10 @@ public:
const auto& cmd = request();
LOGV2_DEBUG(3856208,
1,
- "Received voteCommitIndexBuild request for index build: {builduuid}, from "
- "host: {host} ",
- "builduuid"_attr = cmd.getCommandParameter(),
+ "Received voteCommitIndexBuild request for index build: {buildUUID}, "
+ "from host: {host}",
+ "Received voteCommitIndexBuild request",
+ "buildUUID"_attr = cmd.getCommandParameter(),
"host"_attr = cmd.getHostAndPort().toString());
auto voteStatus = IndexBuildsCoordinator::get(opCtx)->voteCommitIndexBuild(
opCtx, cmd.getCommandParameter(), cmd.getHostAndPort());