Added insane-level debug message for opening of all shared memory pages.

This commit is contained in:
Thulinma 2015-04-16 14:21:07 +02:00
parent 2808595d7b
commit a556d6032d

View file

@ -289,6 +289,7 @@ namespace IPC {
len = len_; len = len_;
master = master_; master = master_;
mapped = 0; 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()) { if (name.size()) {
#ifdef __CYGWIN__ #ifdef __CYGWIN__
if (master) { if (master) {