Log on bogus blobs

This commit is contained in:
Michael Vines 2019-02-12 19:59:40 -08:00 committed by Grimes
parent 0bb6940c1a
commit 2de0a9e453
1 changed files with 1 additions and 0 deletions

View File

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