[Modify] Polish it

This commit is contained in:
sta 2016-11-21 15:38:56 +09:00
parent 9b4b3def00
commit 85ff491c54

View File

@ -1650,10 +1650,14 @@ namespace WebSocketSharp
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Error (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred during a send callback.", ex); error (
"An exception has occurred during the callback for an async send.",
ex
);
} }
}, },
null); null
);
} }
private bool sendBytes (byte[] bytes) private bool sendBytes (byte[] bytes)