Explorar o código

fix: improve log

Yujia Qiao %!s(int64=4) %!d(string=hai) anos
pai
achega
2de9147a0f
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      src/client.rs

+ 1 - 4
src/client.rs

@@ -392,10 +392,7 @@ impl<T: 'static + Transport> ControlChannel<T> {
 
         // Read hello
         debug!("Reading hello");
-        let nonce = match read_hello(&mut conn)
-            .await
-            .with_context(|| "Failed to read hello from the server")?
-        {
+        let nonce = match read_hello(&mut conn).await? {
             ControlChannelHello(_, d) => d,
             _ => {
                 bail!("Unexpected type of hello");