diff --git a/routed.cpp b/routed.cpp index 7a5bad8c4..65ae56344 100644 --- a/routed.cpp +++ b/routed.cpp @@ -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