Skip to content

Commit 2bcdec9

Browse files
authored
chore(net): downgrade unseen hashes log to trace (paradigmxyz#6459)
1 parent 3421672 commit 2bcdec9

File tree

1 file changed

+1
-1
lines changed
  • crates/net/network/src/transactions

1 file changed

+1
-1
lines changed

crates/net/network/src/transactions/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ where
659659
return
660660
}
661661

662-
debug!(target: "net::tx",
662+
trace!(target: "net::tx",
663663
peer_id=format!("{peer_id:#}"),
664664
hashes_len=hashes.len(),
665665
hashes=?*hashes,

0 commit comments

Comments
 (0)