[Modify] Polish it

This commit is contained in:
sta 2017-11-21 15:53:54 +09:00
parent 5b68463a94
commit 74f7c090f0

View File

@ -1412,7 +1412,8 @@ namespace WebSocketSharp
OnError.Emit (this, new ErrorEventArgs (message, exception)); OnError.Emit (this, new ErrorEventArgs (message, exception));
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Error (ex.ToString ()); _logger.Error (ex.Message);
_logger.Debug (ex.ToString ());
} }
} }