[Modify] Call error

This commit is contained in:
sta 2015-12-21 17:44:16 +09:00
parent 9728750114
commit 5cc400a5b2

View File

@ -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) {