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
|
@ -1157,7 +1157,7 @@ int Socket::UDPConnection::bind(int port) {
|
|||
return ntohs(s4.sin_port);
|
||||
}
|
||||
|
||||
DEBUG_MSG(DLVL_FAIL, "Could not bind UDP socket to port %d", port);
|
||||
DEBUG_MSG(DLVL_FAIL, "Could not bind UDP socket to port %d: %s", port, strerror(errno));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue