enable output for tools
This commit is contained in:
parent
c3e6dc69bb
commit
a75ae8bbef
@ -48,6 +48,7 @@ std::vector<NodeID> bollard_node_IDs_vector;
|
||||
std::vector<NodeID> traffic_light_node_IDs_vector;
|
||||
|
||||
int main (int argument_count, char *argument_values[]) {
|
||||
LogPolicy::GetInstance().Unmute();
|
||||
if(argument_count < 3) {
|
||||
std::cerr << "usage:\n" << argument_values[0] << " <osrm> <osrm.restrictions>" << std::endl;
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user