Skip to content

Commit

Permalink
add logline
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Sep 18, 2024
1 parent f251237 commit db52967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tm2/pkg/bft/consensus/replay_file.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ func (cs *ConsensusState) ReplayFile(file string, console bool) error {
pb := newPlayback(file, fp, cs, cs.state.Copy())
defer pb.fp.Close() //nolint: errcheck

cs.Logger.Debug("Replay: playing back from file", "filename", file)

var nextN int // apply N msgs in a row
var msg *walm.TimedWALMessage
var meta *walm.MetaMessage
Expand Down

0 comments on commit db52967

Please sign in to comment.