Use info for failed to match slot vote error (#13715)

This commit is contained in:
sakridge
2020-11-19 16:01:37 -08:00
committed by GitHub
parent a8c29505f0
commit 2cb006fa44

View File

@ -315,7 +315,7 @@ impl VoteState {
return Err(VoteError::VoteTooOld);
}
if i != vote.slots.len() {
warn!(
info!(
"{} dropped vote {:?} failed to match slot: {:?}",
self.node_pubkey, vote, slot_hashes,
);