[Modify] Polish it

master
sta 7 years ago
parent cc009e3bd7
commit 5a78f57f2d

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

Loading…
Cancel
Save