From 43fb6368bb28ca4631c5d1e2096e900c53bd9dc2 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 14 Jan 2016 16:02:18 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/WebSocket.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } }