[Modify] Polish it

This commit is contained in:
sta 2017-04-08 16:51:05 +09:00
parent 00b6319589
commit afa1fd716d

View File

@ -303,7 +303,8 @@ namespace WebSocketSharp.Server
completed ();
}
catch (Exception ex) {
_logger.Fatal (ex.ToString ());
_logger.Error (ex.Message);
_logger.Debug (ex.ToString ());
}
finally {
foreach (var cached in cache.Values)