[Modify] Polish it

This commit is contained in:
sta 2019-07-11 19:47:00 +09:00
parent cc009e3bd7
commit 5a78f57f2d

View File

@ -1141,8 +1141,8 @@ namespace WebSocketSharp
OnClose.Emit (this, e); OnClose.Emit (this, e);
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Error (ex.ToString ()); _logger.Error (ex.Message);
error ("An error has occurred during the OnClose event.", ex); _logger.Debug (ex.ToString ());
} }
} }