Fixes issue #253
This commit is contained in:
parent
5b247a3699
commit
ac6ba24861
@ -66,7 +66,7 @@ BOOL WINAPI console_ctrl_handler(DWORD ctrl_type)
|
||||
int main (int argc, char *argv[]) {
|
||||
#ifdef __linux__
|
||||
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
|
||||
#ifndef _WIN32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user