[Modify] Polish it

master
sta 9 years ago
parent ed1369a61b
commit 8e10174cab

@ -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;
}

Loading…
Cancel
Save