From a556d6032d00f14ed2bfd96fdb9c254aa8bc6aeb Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 16 Apr 2015 14:21:07 +0200 Subject: [PATCH] Added insane-level debug message for opening of all shared memory pages. --- lib/shared_memory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/shared_memory.cpp b/lib/shared_memory.cpp index 73c2d667..04105898 100644 --- a/lib/shared_memory.cpp +++ b/lib/shared_memory.cpp @@ -289,6 +289,7 @@ namespace IPC { len = len_; master = master_; mapped = 0; + INSANE_MSG("Opening page %s in %s mode %s auto-backoff", name.c_str(), master?"master":"client", autoBackoff?"with":"without"); if (name.size()) { #ifdef __CYGWIN__ if (master) {