diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index 0075525ca8..faf87065aa 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -425,7 +425,7 @@ impl ReplayStage { info!("bank frozen {}", bank.slot()); progress.remove(&bank.slot()); if let Err(e) = slot_full_sender.send((bank.slot(), bank.collector_id())) { - info!("{} slot_full alert failed: {:?}", my_id, e); + trace!("{} slot_full alert failed: {:?}", my_id, e); } }