diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 6eeb5b19..273eddc2 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 during a send.", ex); + error ("An error has occurred during a send.", ex); } finally { if (compressed)