Tweaks to various debug messages.
This commit is contained in:
parent
19e73019fe
commit
1df896d6d1
3 changed files with 3 additions and 3 deletions
|
@ -541,7 +541,7 @@ unsigned int Socket::Connection::iwrite(const void * buffer, int len){
|
|||
return 0;
|
||||
break;
|
||||
default:
|
||||
if (errno != EPIPE){
|
||||
if (errno != EPIPE && errno != ECONNRESET){
|
||||
Error = true;
|
||||
remotehost = strerror(errno);
|
||||
DEBUG_MSG(DLVL_WARN, "Could not iwrite data! Error: %s", remotehost.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue