Demote log level

This commit is contained in:
Michael Vines 2019-03-22 14:03:59 -07:00
parent 52f6c33ff9
commit f09b8d3921
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,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);
}
}