Fix case when not specifing path or sharedmemory to osrm-routed

This commit is contained in:
Patrick Niklaus 2015-12-15 22:27:12 +01:00
parent a8f11981e3
commit fe9bdfef79

View File

@ -269,7 +269,7 @@ inline unsigned GenerateServerProgramOptions(const int argc,
{
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.";
}