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

(cherry picked from commit 2cb006fa44)

Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
mergify[bot]
2020-11-20 01:34:42 +00:00
committed by GitHub
parent b5baa966ac
commit 08b53c0963

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