[Modify] Polish it
This commit is contained in:
parent
5a78f57f2d
commit
19c9fcd87f
@ -2329,7 +2329,8 @@ namespace WebSocketSharp
|
||||
OnClose.Emit (this, e);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
_logger.Error (ex.ToString ());
|
||||
_logger.Error (ex.Message);
|
||||
_logger.Debug (ex.ToString ());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user