[Modify] Call error
This commit is contained in:
parent
9728750114
commit
5cc400a5b2
@ -1045,7 +1045,8 @@ namespace WebSocketSharp
|
||||
OnOpen.Emit (this, EventArgs.Empty);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
processException (ex, "An exception has occurred during an OnOpen event.");
|
||||
_logger.Error (ex.ToString ());
|
||||
error ("An exception has occurred during the OnOpen event.", ex);
|
||||
}
|
||||
}
|
||||
catch (Exception ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user