diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index ab901c6d..99ff65c2 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -848,7 +848,8 @@ namespace WebSocketSharp } } catch (Exception ex) { - processException (ex, "An exception has occurred while connecting."); + _logger.Fatal (ex.ToString ()); + fatal ("An exception has occurred while connecting.", ex); } return false;