Skip to content

Commit

Permalink
Newlines for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdfly committed Oct 10, 2022
1 parent 01682ae commit e23fc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/build/imgsrc/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func newRemoteDockerClient(ctx context.Context, apiClient *api.Client, appName s
if ok {
oldHost := host
host = builderHostOverride
terminal.Infof("Override builder host with: %s (was %s)", host, oldHost)
terminal.Infof("Override builder host with: %s (was %s)\n", host, oldHost)
}

opts, err := buildRemoteClientOpts(ctx, apiClient, appName, host)
Expand Down
2 changes: 1 addition & 1 deletion internal/build/imgsrc/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (r *Resolver) StartHeartbeat(ctx context.Context) chan<- interface{} {
return nil
}

errMsg := "Failed to start remote builder heartbeat: %v"
errMsg := "Failed to start remote builder heartbeat: %v\n"
dockerClient, err := r.dockerFactory.buildFn(ctx)
if err != nil {
terminal.Warnf(errMsg, err)
Expand Down

0 comments on commit e23fc8c

Please sign in to comment.