From 5f001907a53deaeae7117617fbac5a203109902c Mon Sep 17 00:00:00 2001 From: Wei-Ning Huang Date: Wed, 28 Aug 2019 17:44:15 +0800 Subject: core: fix log --- core/utils/round-event.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/utils/round-event.go') diff --git a/core/utils/round-event.go b/core/utils/round-event.go index 00122dd..35a2fe4 100644 --- a/core/utils/round-event.go +++ b/core/utils/round-event.go @@ -176,7 +176,7 @@ func NewRoundEvent(parentCtx context.Context, gov governanceAccessor, *RoundEvent, error) { // We need to generate valid ending block height of this round (taken // DKG reset count into consideration). - logger.Info("new RoundEvent", "position", initPos, "shift", roundShift) + logger.Info("New RoundEvent", "position", initPos, "shift", roundShift) initConfig := GetConfigWithPanic(gov, initPos.Round, logger) e := &RoundEvent{ gov: gov, -- cgit