match exact error from develop branch ~3 months ago
This commit is contained in:
parent
dc960f30f5
commit
7c8b91456f
@ -65,7 +65,7 @@ namespace boost {
|
||||
if(boost::filesystem::is_regular_file(input_string)) {
|
||||
v = boost::any(boost::filesystem::path(input_string));
|
||||
} else {
|
||||
throw OSRMException("File does not exist: " + input_string);
|
||||
throw OSRMException(input_string + " not found");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user