[Modify] Polish it

This commit is contained in:
sta 2017-04-08 16:47:13 +09:00
parent 15cb9cd158
commit 00b6319589

View File

@ -280,7 +280,8 @@ namespace WebSocketSharp.Server
completed ();
}
catch (Exception ex) {
_logger.Fatal (ex.ToString ());
_logger.Error (ex.Message);
_logger.Debug (ex.ToString ());
}
finally {
cache.Clear ();