From ac6ba24861c3dbbaf7dee82ed6c26e9e4d0df7ba Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Tue, 8 May 2012 11:14:48 +0200 Subject: [PATCH] Fixes issue #253 --- routed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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