diff --git a/src/blocktree.rs b/src/blocktree.rs index 99247aea6e..5ab6fe2c56 100644 --- a/src/blocktree.rs +++ b/src/blocktree.rs @@ -573,6 +573,7 @@ impl Blocktree { // This slot is full, skip the bogus blob if slot_meta.contains_all_ticks(&self) { + info!("Slot is full, skipping the bogus blob"); continue; }