Add integration test for code actions
This commit is contained in:
parent
68917c78be
commit
1eea2f3653
5 changed files with 259 additions and 9 deletions
|
@ -533,14 +533,14 @@ impl Client {
|
|||
match future.await {
|
||||
Ok(()) => {
|
||||
log::debug!(
|
||||
"{}: rpc message '{}' handled",
|
||||
"rpc message handled. client_id:{}, name:{}",
|
||||
client_id,
|
||||
type_name
|
||||
);
|
||||
}
|
||||
Err(error) => {
|
||||
log::error!(
|
||||
"{}: error handling rpc message '{}', {}",
|
||||
"error handling rpc message. client_id:{}, name:{}, error:{}",
|
||||
client_id,
|
||||
type_name,
|
||||
error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue