[Modify] Use Error
This commit is contained in:
parent
fe722c35a1
commit
af155532c6
@ -2558,7 +2558,7 @@ namespace WebSocketSharp
|
|||||||
completed (sent);
|
completed (sent);
|
||||||
},
|
},
|
||||||
ex => {
|
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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user