Fixes issue #253

This commit is contained in:
DennisOSRM 2012-05-08 11:14:48 +02:00
parent 5b247a3699
commit ac6ba24861

View File

@ -66,7 +66,7 @@ BOOL WINAPI console_ctrl_handler(DWORD ctrl_type)
int main (int argc, char *argv[]) { int main (int argc, char *argv[]) {
#ifdef __linux__ #ifdef __linux__
if(!mlockall(MCL_CURRENT | MCL_FUTURE)) if(!mlockall(MCL_CURRENT | MCL_FUTURE))
ERR("Process " << argv[0] << "could not be locked to RAM"); WARN("Process " << argv[0] << "could not be locked to RAM");
#endif #endif
#ifndef _WIN32 #ifndef _WIN32