Преглед изворни кода

doc: fix confusing channel disconnect info message

darkfi пре 1 година
родитељ
комит
d33fc7f3b1
1 измењених фајлова са 1 додато и 1 уклоњено
  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() &