Added insane-level debug message for opening of all shared memory pages.
This commit is contained in:
parent
2808595d7b
commit
a556d6032d
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue