Fix case when not specifing path or sharedmemory to osrm-routed
This commit is contained in:
@@ -269,7 +269,7 @@ inline unsigned GenerateServerProgramOptions(const int argc,
|
|||||||
{
|
{
|
||||||
return INIT_OK_START_ENGINE;
|
return INIT_OK_START_ENGINE;
|
||||||
}
|
}
|
||||||
else
|
else if (use_shared_memory && option_variables.count("base"))
|
||||||
{
|
{
|
||||||
SimpleLogger().Write(logWARNING) << "Shared memory settings conflict with path settings.";
|
SimpleLogger().Write(logWARNING) << "Shared memory settings conflict with path settings.";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user