[Modify] Use Error

master
sta 10 years ago
parent ebdaecfd19
commit 50dbfe716b

@ -1857,7 +1857,7 @@ namespace WebSocketSharp
sendBytes (cached); sendBytes (cached);
} }
catch (Exception ex) { catch (Exception ex) {
_logger.Fatal (ex.ToString ()); _logger.Error (ex.ToString ());
} }
} }
} }

Loading…
Cancel
Save