[Modify] Polish it
This commit is contained in:
parent
00b6319589
commit
afa1fd716d
@ -303,7 +303,8 @@ namespace WebSocketSharp.Server
|
|||||||
completed ();
|
completed ();
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
_logger.Fatal (ex.ToString ());
|
_logger.Error (ex.Message);
|
||||||
|
_logger.Debug (ex.ToString ());
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
foreach (var cached in cache.Values)
|
foreach (var cached in cache.Values)
|
||||||
|
Loading…
Reference in New Issue
Block a user