Skip to content

Commit

Permalink
Merge 28c54c4 into 85c8c43
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Apr 9, 2021
2 parents 85c8c43 + 28c54c4 commit c566ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exec/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ func launchComponent(ctx context.Context, component string, version utils.Versio
Cmd: c,
}

fmt.Printf("Starting component `%s`: %s\n", component, strings.Join(append([]string{p.Exec}, p.Args...), " "))
fmt.Fprintf(os.Stderr, "Starting component `%s`: %s\n", component, strings.Join(append([]string{p.Exec}, p.Args...), " "))
err = p.Cmd.Start()
if p.Cmd.Process != nil {
p.Pid = p.Cmd.Process.Pid
Expand Down

0 comments on commit c566ca6

Please sign in to comment.