Skip to content

Commit 8cd3f78

Browse files
committed
debug
1 parent f89f6fc commit 8cd3f78

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
@@ -1632,7 +1632,7 @@ func (e *Epoch) handleBlockMessage(message *BlockMessage, from NodeID) error {
16321632
}
16331633

16341634
func (e *Epoch) sendMissingRoundsRequest(to NodeID, missingRounds []uint64) {
1635-
e.Logger.Info("Requesting missing empty notarizations for rounds",
1635+
e.Logger.Debug("Requesting missing empty notarizations for rounds",
16361636
zap.Stringer("to", to),
16371637
zap.Uint64s("missing rounds", missingRounds))
16381638

0 commit comments

Comments
 (0)