diff --git a/consensus/state.go b/consensus/state.go index 94ecd2a2..448dda15 100644 --- a/consensus/state.go +++ b/consensus/state.go @@ -1129,7 +1129,7 @@ func (cs *ConsensusState) tryFinalizeCommit(height int) { if !cs.ProposalBlock.HashesTo(blockID.Hash) { // TODO: this happens every time if we're not a validator (ugly logs) // TODO: ^^ wait, why does it matter that we're a validator? - cs.Logger.Error("Attempt to finalize failed. We don't have the commit block.", "height", height, "proposal-block", cs.ProposalBlock.Hash(), "commit-block", blockID.Hash) + cs.Logger.Info("Attempt to finalize failed. We don't have the commit block.", "height", height, "proposal-block", cs.ProposalBlock.Hash(), "commit-block", blockID.Hash) return }