diff --git a/lib/shared_memory.cpp b/lib/shared_memory.cpp index 7a42abbc..0a9eed50 100644 --- a/lib/shared_memory.cpp +++ b/lib/shared_memory.cpp @@ -445,7 +445,7 @@ namespace IPC { } if (handle == -1) { if (!master_ && autoBackoff) { - FAIL_MSG("shm_open for page %s failed: %s", name.c_str(), strerror(errno)); + HIGH_MSG("shm_open for page %s failed: %s", name.c_str(), strerror(errno)); } return; }