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