Use info for failed to match slot vote error (#13715)
This commit is contained in:
@ -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,
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user