Skip to content

Commit f3474ea

Browse files
committed
litep2p: Downgrade log to debug
Signed-off-by: Alexandru Vasile <[email protected]>
1 parent 181a387 commit f3474ea

File tree

1 file changed

+1
-1
lines changed
  • substrate/client/network/src/litep2p

1 file changed

+1
-1
lines changed

substrate/client/network/src/litep2p/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ impl<B: BlockT + 'static, H: ExHashT> NetworkBackend<B, H> for Litep2pNetworkBac
753753
}
754754

755755
if self.litep2p.add_known_address(peer.into(), iter::once(address.clone())) == 0usize {
756-
log::warn!(
756+
log::debug!(
757757
target: LOG_TARGET,
758758
"couldn't add known address ({address}) for {peer:?}, unsupported transport"
759759
);

0 commit comments

Comments
 (0)