chore(engine): downgrade new payload buffering log to debug (#4068)

This commit is contained in:
Alexey Shekhirin
2023-08-04 16:40:37 +01:00
committed by GitHub
parent b673b6c158
commit 64188a3987

View File

@ -1062,7 +1062,7 @@ where
self.try_insert_new_payload(block)
} else {
if self.is_prune_active() {
warn!(target: "consensus::engine", "Pruning is in progress, buffering new payload.");
debug!(target: "consensus::engine", "Pruning is in progress, buffering new payload.");
}
self.try_buffer_payload(block)
};