Skip to content

Commit

Permalink
fix message.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold authored Sep 22, 2023
1 parent 9679849 commit 8ee93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/plugins/raw_registry.cc
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Features RawRegistry::collect_features(
int parameter_occurrence = pair.second;
if (parameter_occurrence > 1) {
errors.push_back(
"The Parameter '" + parameter + "' in '" + feature_key + "' is defined " +
"The parameter '" + parameter + "' in '" + feature_key + "' is defined " +
to_string(parameter_occurrence) + " times.");
}
}
Expand Down

0 comments on commit 8ee93c4

Please sign in to comment.