Fix name of config param

This commit is contained in:
Alexander Matheisen 2020-02-26 11:36:34 +01:00
parent 1163f11e57
commit 6c42f8244e

View file

@ -408,7 +408,7 @@ void MotConfigReader::parse(const std::vector<std::string>& paths) {
p.getVal(secStr, "station_id_normalize_chain").pos, p.getVal(secStr, "station_id_normalize_chain").pos,
"<valid regular expression>", "<valid regular expression>",
std::string("<regex error: ") + e.what() + ">", std::string("<regex error: ") + e.what() + ">",
p.getVal(secStr, "station_normalize_chain").file); p.getVal(secStr, "station_id_normalize_chain").file);
} }
} }