This commit is contained in:
Arne Setzer 2025-01-25 11:18:17 -05:00 committed by GitHub
commit 670977f2d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -353,7 +353,7 @@ int Extractor::run(ScriptingEnvironment &scripting_environment)
util::Log() << "Expansion: " << nodes_per_second << " nodes/sec and " << edges_per_second
<< " edges/sec";
util::Log() << "To prepare the data for routing, run: "
<< "./osrm-contract " << config.base_path;
<< "./osrm-partition " << config.base_path;
return 0;
}