summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/commands/set_feature_compatibility_version_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
index 77d9800f8d0..9176000fe9a 100644
--- a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
+++ b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
@@ -587,7 +587,7 @@ private:
}
uassert(ErrorCodes::Error(549181),
- "Failing upgrade due to 'failDowngrading' failpoint set",
+ "Failing downgrade due to 'failDowngrading' failpoint set",
!failDowngrading.shouldFail());
if (serverGlobalParams.clusterRole == ClusterRole::ConfigServer) {