Skip to content

Commit

Permalink
Missing error argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Aug 18, 2020
1 parent 2570712 commit 02d21c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/wdpost_sched.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (s *WindowPoStScheduler) Run(ctx context.Context) {
if notifs == nil {
notifs, err = s.api.ChainNotify(ctx)
if err != nil {
log.Errorf("ChainNotify error: %+v")
log.Errorf("ChainNotify error: %+v", err)

build.Clock.Sleep(10 * time.Second)
continue
Expand Down

0 comments on commit 02d21c2

Please sign in to comment.