Improved signal and UDP bind debugging information, decreased verbosity of windows SHM errors.
This commit is contained in:
parent
2919e74d4e
commit
8e94528d6f
3 changed files with 3 additions and 3 deletions
|
@ -353,7 +353,7 @@ namespace IPC {
|
|||
} while (i < 10 && !handle && autoBackoff);
|
||||
}
|
||||
if (!handle) {
|
||||
FAIL_MSG("%s for page %s failed with error code %u", (master ? "CreateFileMapping" : "OpenFileMapping"), name.c_str(), GetLastError());
|
||||
MEDIUM_MSG("%s for page %s failed with error code %u", (master ? "CreateFileMapping" : "OpenFileMapping"), name.c_str(), GetLastError());
|
||||
return;
|
||||
}
|
||||
mapped = (char *)MapViewOfFile(handle, FILE_MAP_ALL_ACCESS, 0, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue