This commit is contained in:
Arne Setzer
2025-01-25 11:18:17 -05:00
committed by GitHub
+1 -1
View File
@@ -353,7 +353,7 @@ int Extractor::run(ScriptingEnvironment &scripting_environment)
util::Log() << "Expansion: " << nodes_per_second << " nodes/sec and " << edges_per_second util::Log() << "Expansion: " << nodes_per_second << " nodes/sec and " << edges_per_second
<< " edges/sec"; << " edges/sec";
util::Log() << "To prepare the data for routing, run: " util::Log() << "To prepare the data for routing, run: "
<< "./osrm-contract " << config.base_path; << "./osrm-partition " << config.base_path;
return 0; return 0;
} }