Skip to content

Commit

Permalink
Update cli/operator/node.go
Browse files Browse the repository at this point in the history
improve log for parsing all subnets

Co-authored-by: Matus Kysel <MatusKysel@users.noreply.github.com>
  • Loading branch information
y0sher and MatusKysel authored Feb 5, 2025
1 parent 9e4f723 commit a1c93a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/operator/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ var StartNodeCmd = &cobra.Command{
if cfg.SSVOptions.ValidatorOptions.Exporter {
fixedSubnets, err = records.Subnets{}.FromString(records.AllSubnets)
if err != nil {
logger.Fatal("failed to parse fixed subnets", zap.Error(err))
logger.Fatal("failed to parse all fixed subnets", zap.Error(err))
}
}

Expand Down

0 comments on commit a1c93a1

Please sign in to comment.