Browse Source

doc: fix confusing channel disconnect info message

darkfi 1 năm trước cách đây
mục cha
commit
d33fc7f3b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() &