Use info for failed to match slot vote error (#13715)
This commit is contained in:
parent
a8c29505f0
commit
2cb006fa44
|
@ -315,7 +315,7 @@ impl VoteState {
|
||||||
return Err(VoteError::VoteTooOld);
|
return Err(VoteError::VoteTooOld);
|
||||||
}
|
}
|
||||||
if i != vote.slots.len() {
|
if i != vote.slots.len() {
|
||||||
warn!(
|
info!(
|
||||||
"{} dropped vote {:?} failed to match slot: {:?}",
|
"{} dropped vote {:?} failed to match slot: {:?}",
|
||||||
self.node_pubkey, vote, slot_hashes,
|
self.node_pubkey, vote, slot_hashes,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue