Skip to content

Commit

Permalink
Downgrade log level for remote client spec bug (#6815)
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Feb 27, 2024
1 parent 95667b0 commit c268c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/src/transactions/fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c268c71

Please sign in to comment.