From da617e042c9770eb5315adaec92e6207bedd09e4 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 30 Nov 2016 16:37:31 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/WebSocket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index c6906702..6eeb5b19 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1651,7 +1651,7 @@ namespace WebSocketSharp catch (Exception ex) { _logger.Error (ex.ToString ()); error ( - "An exception has occurred during the callback for an async send.", + "An error has occurred during the callback for an async send.", ex ); }