[Modify] Polish it

This commit is contained in:
sta 2016-04-27 15:35:50 +09:00
parent 012952b6e4
commit ad6c08dc72

View File

@ -674,7 +674,8 @@ namespace WebSocketSharp.Server
_logger.Fatal (ex.ToString ()); _logger.Fatal (ex.ToString ());
cl.Close (); cl.Close ();
} }
}); }
);
} }
catch (SocketException ex) { catch (SocketException ex) {
_logger.Warn ("Receiving has been stopped.\n reason: " + ex.Message); _logger.Warn ("Receiving has been stopped.\n reason: " + ex.Message);