File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -754,8 +754,8 @@ func (i *instance) getRound(r uint64) *roundState {
754
754
}
755
755
756
756
func (i * instance ) beginNextRound () {
757
+ i .log ("moving to round %d with %s" , i .round + 1 , i .proposal .String ())
757
758
i .round += 1
758
- i .log ("moving to round %d with %s" , i .round , i .proposal .String ())
759
759
metrics .currentRound .Record (context .TODO (), int64 (i .round ))
760
760
761
761
prevRound := i .getRound (i .round - 1 )
Original file line number Diff line number Diff line change 6
6
)
7
7
8
8
var log = logging .Logger ("f3" )
9
- var tracer gpbft.Tracer = (* gpbftTracer )(logging .WithSkip (logging .Logger ("f3/gpbft" ), 1 ))
9
+ var tracer gpbft.Tracer = (* gpbftTracer )(logging .WithSkip (logging .Logger ("f3/gpbft" ), 2 ))
10
10
11
11
// Tracer used by GPBFT, backed by a Zap logger.
12
12
type gpbftTracer logging.ZapEventLogger
You can’t perform that action at this time.
0 commit comments