[Modify] Use Error
This commit is contained in:
parent
a569d934c7
commit
bcf65ed7d6
@ -1372,7 +1372,7 @@ namespace WebSocketSharp
|
|||||||
completed (sent);
|
completed (sent);
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
_logger.Fatal (ex.ToString ());
|
_logger.Error (ex.ToString ());
|
||||||
error ("An exception has occurred during a send callback.", ex);
|
error ("An exception has occurred during a send callback.", ex);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user