forked from organicmaps/organicmaps
Change road restriction test message to correct variant.
This commit is contained in:
parent
f864d990e1
commit
d934d0551c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ void LoadRestrictions(string const & mwmFilePath, RestrictionVec & restrictions)
|
|||
}
|
||||
catch (Reader::OpenException const & e)
|
||||
{
|
||||
TEST(false, ("Error while reading", ROAD_ACCESS_FILE_TAG, "section.", e.Msg()));
|
||||
TEST(false, ("Error while reading", RESTRICTIONS_FILE_TAG, "section.", e.Msg()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue