[Modify] Use Error
This commit is contained in:
parent
d7a6d822af
commit
a569d934c7
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user