[Modify] Use Error

This commit is contained in:
sta 2015-12-29 15:41:25 +09:00
parent d7a6d822af
commit a569d934c7

View File

@ -1287,7 +1287,7 @@ namespace WebSocketSharp
error ("The sending has been interrupted.", null); error ("The sending has been interrupted.", null);
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Fatal (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred while sending data.", ex); error ("An exception has occurred while sending data.", ex);
} }
finally { finally {