Skip to content

Commit 0f3cf5b

Browse files
committed
change to info
1 parent 3f97dbd commit 0f3cf5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epoch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@ func (e *Epoch) emptyVoteTimeoutTaskRunner(_ []uint64) {
23042304
e.lock.Unlock()
23052305

23062306
if !ok {
2307-
e.Logger.Warn("No empty vote set found to rebroadcast, yet expected to rebroadcast", zap.Uint64("round", e.round))
2307+
e.Logger.Info("No empty vote set found to rebroadcast, yet expected to rebroadcast", zap.Uint64("round", e.round))
23082308
return
23092309
}
23102310

0 commit comments

Comments
 (0)