mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 01:27:56 +00:00
Silence the spam a little bit (#2362)
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user