[Modify] Polish it

This commit is contained in:
sta 2016-11-30 16:41:15 +09:00
parent da617e042c
commit e79055912e

View File

@ -1559,7 +1559,7 @@ namespace WebSocketSharp
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Error (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred during a send.", ex); error ("An error has occurred during a send.", ex);
} }
finally { finally {
if (compressed) if (compressed)