Silence the spam a little bit (#2362)

This commit is contained in:
Pierre Krieger
2019-04-24 11:58:08 +02:00
committed by Gavin Wood
parent f0862606b7
commit 5b3e31266b
@@ -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);