[Modify] Use Error

This commit is contained in:
sta 2016-01-03 10:39:24 +09:00
parent ebdaecfd19
commit 50dbfe716b

View File

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