[Modify] Polish it

This commit is contained in:
sta 2016-11-29 16:35:44 +09:00
parent 8e10174cab
commit 7eb110212d

View File

@ -1555,11 +1555,11 @@ namespace WebSocketSharp
sent = send (opcode, stream, compressed);
if (!sent)
error ("The sending has been interrupted.", null);
error ("A send has been interrupted.", null);
}
catch (Exception ex) {
_logger.Error (ex.ToString ());
error ("An exception has occurred while sending.", ex);
error ("An exception has occurred during a send.", ex);
}
finally {
if (compressed)