[Modify] Replace it

This commit is contained in:
sta 2022-01-13 21:27:35 +09:00
parent 7505b4ba8e
commit 694ff38670

View File

@ -931,7 +931,7 @@ namespace WebSocketSharp.Server
processRequest (ctx);
}
catch (Exception ex) {
_log.Fatal (ex.Message);
_log.Error (ex.Message);
_log.Debug (ex.ToString ());
ctx.Connection.Close (true);