[Modify] Polish it

This commit is contained in:
sta 2016-11-29 17:22:53 +09:00
parent 7eb110212d
commit a5a4b4365e

View File

@ -1533,7 +1533,7 @@ namespace WebSocketSharp
{
lock (_forState) {
if (_readyState != WebSocketState.Open) {
_logger.Error ("The sending has been interrupted.");
_logger.Error ("The state of the connection has been changed.");
return false;
}