From ad563fa46c688094048fe3ed7a1df292e7bbe5d3 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 21 Nov 2016 15:44:44 +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 f59f7387..d10c4c3c 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1559,7 +1559,7 @@ namespace WebSocketSharp } catch (Exception ex) { _logger.Error (ex.ToString ()); - error ("An exception has occurred while sending data.", ex); + error ("An exception has occurred while sending.", ex); } finally { if (compressed)