Просмотр исходного кода

doc: fix confusing channel disconnect info message

darkfi 1 год назад
Родитель
Сommit
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() &