[Modify] Polish it
This commit is contained in:
parent
15cb9cd158
commit
00b6319589
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user