[Modify] Replace it

This commit is contained in:
sta 2016-01-25 15:22:56 +09:00
parent df7b41c71f
commit 978b38fcf4

View File

@ -1257,7 +1257,7 @@ namespace WebSocketSharp
private bool processUnsupportedFrame (WebSocketFrame frame) private bool processUnsupportedFrame (WebSocketFrame frame)
{ {
_logger.Fatal ("An unsupported frame:" + frame.PrintToString (false)); _logger.Fatal ("An unsupported frame:" + frame.PrintToString (false));
fatal ("There is no way to handle it.", null); fatal ("There is no way to handle it.", CloseStatusCode.PolicyViolation);
return false; return false;
} }