diff options
Diffstat (limited to 'jsonrpc/src/client/mod.rs')
| -rw-r--r-- | jsonrpc/src/client/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc/src/client/mod.rs b/jsonrpc/src/client/mod.rs index 1225f13..9c07509 100644 --- a/jsonrpc/src/client/mod.rs +++ b/jsonrpc/src/client/mod.rs @@ -147,7 +147,7 @@ impl Client {                      let msg = selfc.conn.recv().await?;                      if let Err(err) = selfc.handle_msg(msg).await {                          error!( -                            "Failed to handle a new received msg from the connection {} : {err}", +                            "Handle a msg from the endpoint {} : {err}",                              selfc.conn.peer_endpoint()?                          );                      }  | 
