From 7eb110212df8082cb661e62bb2bf19dc2ff18214 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 29 Nov 2016 16:35:44 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 74b60d68..4ff456cc 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -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)