Skip to content
Snippets Groups Projects
Commit 5b3e3126 authored by Pierre Krieger's avatar Pierre Krieger Committed by Gavin Wood
Browse files

Silence the spam a little bit (#2362)

parent f0862606
No related merge requests found
......@@ -690,7 +690,7 @@ where
}
ProtocolState::BackCompat { substream: existing, mut shutdown } => {
warn!(target: "sub-libp2p", "Received extra substream after having already one \
debug!(target: "sub-libp2p", "Received extra substream after having already one \
open in backwards-compatibility mode with {:?}", self.remote_peer_id);
substream.shutdown();
shutdown.push(substream);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment