Sfoglia il codice sorgente

doc: fix confusing channel disconnect info message

darkfi 1 anno fa
parent
commit
d33fc7f3b1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/net/channel.rs

+ 1 - 1
src/net/channel.rs

@@ -350,7 +350,7 @@ impl Channel {
                     if Self::is_eof_error(&err) {
                         info!(
                             target: "net::channel::main_receive_loop()",
-                            "[P2P] Channel inbound connection {} disconnected",
+                            "[P2P] Channel {} disconnected",
                             self.address(),
                         );
                     } else if self.session.upgrade().unwrap().type_id() &