[Modify] Polish it

This commit is contained in:
sta 2016-11-30 16:37:31 +09:00
parent e4289c7d02
commit da617e042c

View File

@ -1651,7 +1651,7 @@ namespace WebSocketSharp
catch (Exception ex) {
_logger.Error (ex.ToString ());
error (
"An exception has occurred during the callback for an async send.",
"An error has occurred during the callback for an async send.",
ex
);
}