Fix case when not specifing path or sharedmemory to osrm-routed
This commit is contained in:
parent
a8f11981e3
commit
fe9bdfef79
@ -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.";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user