Add additional receive error message.
This commit is contained in:
parent
57484ec454
commit
9b3af96222
@ -312,6 +312,8 @@ void mumlib::Transport::doReceiveSsl() {
|
|||||||
|
|
||||||
doReceiveSsl();
|
doReceiveSsl();
|
||||||
} else {
|
} else {
|
||||||
|
logger.error("SSL receiver error: %s. Bytes transferred: %d.",
|
||||||
|
ec.message().c_str(), bytesTransferred);
|
||||||
throwTransportException("receive failed: " + ec.message());
|
throwTransportException("receive failed: " + ec.message());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user