Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakaner committed Feb 5, 2021
1 parent 7114a63 commit bf5cc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptv2_checker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ RouteError PTv2Checker::handle_stop_not_on_way(const osmium::Relation& relation,
}

RouteError PTv2Checker::handle_stop_wrong_order(const osmium::Relation& relation, const osmium::Node* node) {
m_writer.write_error_point(relation, node->id(), node->location(), "stop not on way", 0);
m_writer.write_error_point(relation, node->id(), node->location(), "stop included in wrong order", 0);
return RouteError::STOP_MISORDERED;
}

Expand Down

0 comments on commit bf5cc14

Please sign in to comment.