fix error language when a file cannot be found
This commit is contained in:
parent
3980eea30a
commit
b46c5ddeb1
1 changed files with 1 additions and 1 deletions
|
@ -1663,7 +1663,7 @@ void map_parser::ensure_exists(std::string const& file_path)
|
|||
{
|
||||
if (!boost::filesystem::exists(file_path))
|
||||
{
|
||||
throw mapnik::config_error("point-file could not be found: '" + file_path + "'");
|
||||
throw mapnik::config_error("file could not be found: '" + file_path + "'");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue