Downgrade log level for remote client spec bug (#6815)

This commit is contained in:
Emilia Hane
2024-02-27 01:58:13 +01:00
committed by GitHub
parent 95667b0d51
commit c268c71d44

View File

@ -446,7 +446,7 @@ impl TransactionFetcher {
if let Some(prev_size) = previously_seen_size {
// check if this peer is announcing a different size than a previous peer
if size != prev_size {
debug!(target: "net::tx",
trace!(target: "net::tx",
peer_id=format!("{peer_id:#}"),
hash=%hash,
size=size,