Skip to content

Commit

Permalink
Merge pull request #11504 from filecoin-project/lp-wdposttaskcmd-format
Browse files Browse the repository at this point in the history
fix: lotus-provider: Fix log output format in wdPostTaskCmd
  • Loading branch information
magik6k authored Dec 11, 2023
2 parents f2a4891 + 4ab92ca commit 68c1e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-provider/proving.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var wdPostTaskCmd = &cli.Command{
}
fmt.Print(".")
}
log.Infof("Result:", result.String)
log.Infof("Result: %s", result.String)
return nil
},
}
Expand Down

0 comments on commit 68c1e56

Please sign in to comment.