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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,
);