Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Merge 186fcea into b44fc51
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed May 3, 2019
2 parents b44fc51 + 186fcea commit 288cbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -915,7 +915,7 @@ func (task *TaskRun) logHeader() {
if err != nil {
panic(err)
}
task.Info("Worker Type (" + config.WorkerType + ") settings:")
task.Infof("Worker Type (%v/%v) settings:", config.ProvisionerID, config.WorkerType)
task.Info(" " + string(jsonBytes))
task.Info("Task ID: " + task.TaskID)
task.Info("=== Task Starting ===")
Expand Down

0 comments on commit 288cbe8

Please sign in to comment.