[Modify] Use Error

master
sta 10 years ago
parent a569d934c7
commit bcf65ed7d6

@ -1372,7 +1372,7 @@ namespace WebSocketSharp
completed (sent); completed (sent);
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Fatal (ex.ToString ()); _logger.Error (ex.ToString ());
error ("An exception has occurred during a send callback.", ex); error ("An exception has occurred during a send callback.", ex);
} }
}, },

Loading…
Cancel
Save