mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00: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