[Modify] Polish it

This commit is contained in:
sta 2016-11-21 15:44:44 +09:00
parent 85ff491c54
commit ad563fa46c

View File

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