[Modify] Polish it

This commit is contained in:
sta 2016-11-30 16:46:47 +09:00
parent e79055912e
commit 8d9bf2d5f4

View File

@ -998,7 +998,7 @@ namespace WebSocketSharp
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Error (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred during the OnClose event.", ex); error ("An error has occurred during the OnClose event.", ex);
} }
} }