More logging around failure (#9967)

automerge
This commit is contained in:
carllin
2020-05-10 16:01:20 -07:00
committed by GitHub
parent 19722fceb3
commit ad3c8fb812

View File

@ -939,8 +939,8 @@ impl Blockstore {
// ToDo: This is a potential slashing condition
warn!("Received multiple erasure configs for the same erasure set!!!");
warn!(
"Stored config: {:#?}, new config: {:#?}",
erasure_meta.config, erasure_config
"Slot: {}, shred index: {}, set_index: {}, is_duplicate: {}, stored config: {:#?}, new config: {:#?}",
slot, shred.index(), set_index, self.has_duplicate_shreds_in_slot(slot), erasure_meta.config, erasure_config
);
}