diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 04e34d5b..9e2b66ff 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -1852,7 +1852,8 @@ namespace WebSocketSharp } } catch (Exception ex) { - processException (ex, "An exception has occurred while accepting."); + _logger.Fatal (ex.ToString ()); + fatal ("An exception has occurred while accepting.", ex); } }