Skip to content

Commit

Permalink
chore: lower file client bad message log verbosity (#13619)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk authored Jan 2, 2025
1 parent c0a8a7b commit 6aaf6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/downloaders/src/file_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ impl<B: FullBlock> BodiesClient for FileClient<B> {

impl<B: FullBlock> DownloadClient for FileClient<B> {
fn report_bad_message(&self, _peer_id: PeerId) {
warn!("Reported a bad message on a file client, the file may be corrupted or invalid");
trace!("Reported a bad message on a file client, the file may be corrupted or invalid");
// noop
}

Expand Down

0 comments on commit 6aaf6a5

Please sign in to comment.