diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 1122c05d..04e34d5b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -653,7 +653,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); } return false;