chore: lower file client bad message log verbosity (#13619)

This commit is contained in:
Roman Krasiuk
2025-01-02 12:03:08 +01:00
committed by GitHub
parent c0a8a7b218
commit 6aaf6a5839

View File

@ -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
}