[Modify] Polish it
This commit is contained in:
parent
5b68463a94
commit
74f7c090f0
@ -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 ());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user