[Modify] Polish it

This commit is contained in:
sta 2016-11-29 16:25:26 +09:00
parent ed1369a61b
commit 8e10174cab

View File

@ -1627,7 +1627,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;
}