Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: donwgrade log error to trace for disconnection
◌ CI pending Fintan Halpenny committed 2 months ago
commit 993428df5657e18b167ac0e6206efa0b6908d8c0
parent aeba81f4d9cf35b5bfcb0af19f5055411e4b679c
1 pending (1 total) View logs
1 file changed +1 -1
modified crates/radicle-node/src/wire.rs
@@ -844,7 +844,7 @@ where
                log::error!(target: "wire", token=token.0; "Listener disconnected");
            }
            reactor::Error::TransportDisconnect(token, transport) => {
-
                log::error!(target: "wire", token=token.0; "Peer disconnected");
+
                log::trace!(target: "wire", token=token.0; "Peer disconnected");

                // We're dropping the TCP connection here.
                drop(transport);