Skip to content

Commit

Permalink
[supervisor] Reword upload message
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Aug 5, 2021
1 parent 17b0431 commit bbacd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/supervisor/pkg/supervisor/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ func (r *loggingHeadlessTaskProgressReporter) write(data string, task *task, ter

func (r *loggingHeadlessTaskProgressReporter) done(success bool) {
workspaceLog := log.WithField("component", "workspace")
workspaceLog.WithField("taskLogMsg", taskLogMessage{Type: "workspaceTaskOutput", Data: "🚛 uploading prebuilt workspace"}).Info()
workspaceLog.WithField("taskLogMsg", taskLogMessage{Type: "workspaceTaskOutput", Data: "🚛 uploading workspace image"}).Info()
if !success {
workspaceLog.WithField("error", "one of the tasks failed with non-zero exit code").
WithField("taskLogMsg", taskLogMessage{Type: "workspaceTaskFailed"}).Info()
Expand Down

0 comments on commit bbacd23

Please sign in to comment.