Skip to content

Commit ae80b0c

Browse files
committed
update log
1 parent 2fd3646 commit ae80b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epoch.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,11 +1276,11 @@ func (e *Epoch) persistEmptyNotarization(emptyVotes *EmptyVoteSet, shouldBroadca
12761276
emptyNotarization := emptyVotes.emptyNotarization
12771277
emptyNotarizationRecord := NewEmptyNotarizationRecord(emptyNotarization)
12781278
if err := e.WAL.Append(emptyNotarizationRecord); err != nil {
1279-
e.Logger.Error("Failed to append empty block record to WAL", zap.Error(err))
1279+
e.Logger.Error("Failed to append empty notarization record to WAL", zap.Error(err))
12801280
return err
12811281
}
12821282

1283-
e.Logger.Debug("Persisted empty block to WAL",
1283+
e.Logger.Debug("Persisted empty notarization to WAL",
12841284
zap.Int("size", len(emptyNotarizationRecord)),
12851285
zap.Uint64("round", emptyNotarization.Vote.Round))
12861286

0 commit comments

Comments
 (0)