mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
chore: lower file client bad message log verbosity (#13619)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user