Skip to content

Commit

Permalink
Fix copy and paste error in log.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Sep 29, 2023
1 parent 1726388 commit a4a5e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func New(ctx context.Context, params ...Parameter) (consensusclient.Service, err
}

// Set logging.
log := zerologger.With().Str("service", "fetcher").Str("impl", "multi").Logger()
log := zerologger.With().Str("service", "client").Str("impl", "multi").Logger()
if parameters.logLevel != log.GetLevel() {
log = log.Level(parameters.logLevel)
}
Expand Down

0 comments on commit a4a5e53

Please sign in to comment.