summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp')
-rw-r--r--src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp b/src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp
index 7c929a08910..f4264c5d1ef 100644
--- a/src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp
+++ b/src/mongo/db/matcher/schema/expression_internal_schema_match_array_index.cpp
@@ -43,8 +43,8 @@ InternalSchemaMatchArrayIndexMatchExpression::InternalSchemaMatchArrayIndexMatch
}
void InternalSchemaMatchArrayIndexMatchExpression::debugString(StringBuilder& debug,
- int level) const {
- _debugAddSpace(debug, level);
+ int indentationLevel) const {
+ _debugAddSpace(debug, indentationLevel);
BSONObjBuilder builder;
serialize(&builder);