Skip to content

Commit

Permalink
Merge pull request #8057 from mtelka/info-noadmin
Browse files Browse the repository at this point in the history
fix: state: Allow lotus-miner info to complete without admin permission
  • Loading branch information
magik6k authored Feb 15, 2022
2 parents 6926d63 + 3c82ee4 commit a3e785c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-miner/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func infoCmdAct(cctx *cli.Context) error {

alerts, err := minerApi.LogAlerts(ctx)
if err != nil {
return xerrors.Errorf("getting alerts: %w", err)
fmt.Printf("ERROR: getting alerts: %s\n", err)
}

activeAlerts := make([]alerting.Alert, 0)
Expand Down

0 comments on commit a3e785c

Please sign in to comment.