[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);
|
||||
}
|
||||
catch (Exception ex) {
|
||||
_logger.Fatal (ex.ToString ());
|
||||
_logger.Error (ex.ToString ());
|
||||
error ("An exception has occurred while sending data.", ex);
|
||||
}
|
||||
finally {
|
||||
|
Loading…
Reference in New Issue
Block a user