[Modify] Polish it

This commit is contained in:
sta 2016-11-30 16:58:10 +09:00
parent f7c4f0ee1f
commit 0a55e6859c

View File

@ -1302,7 +1302,7 @@ namespace WebSocketSharp
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Error (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred during the OnOpen event.", ex); error ("An error has occurred during the OnOpen event.", ex);
} }
MessageEventArgs e = null; MessageEventArgs e = null;