File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ func (p *Process) timeoutPropose(height block.Height, round block.Round) {
364
364
p .state .CurrentRound ,
365
365
block .InvalidHash ,
366
366
)
367
- p .logger .Debugf ("prevoted=<nil> at height=%v and round=%v (timeout)" , prevote .height , prevote .round )
367
+ p .logger .Warnf ("prevoted=<nil> at height=%v and round=%v (timeout)" , prevote .height , prevote .round )
368
368
p .state .CurrentStep = StepPrevote
369
369
p .broadcaster .Broadcast (prevote )
370
370
}
@@ -377,7 +377,7 @@ func (p *Process) timeoutPrevote(height block.Height, round block.Round) {
377
377
p .state .CurrentRound ,
378
378
block .InvalidHash ,
379
379
)
380
- p .logger .Debugf ("precommitted=<nil> at height=%v and round=%v (timeout)" , precommit .height , precommit .round )
380
+ p .logger .Warnf ("precommitted=<nil> at height=%v and round=%v (timeout)" , precommit .height , precommit .round )
381
381
p .state .CurrentStep = StepPrecommit
382
382
p .broadcaster .Broadcast (precommit )
383
383
}
You can’t perform that action at this time.
0 commit comments