Skip to content

Commit

Permalink
[Jenson|Roy] Fix job execution spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jensoncs committed Nov 21, 2018
1 parent 2b654dd commit f4cc2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proctord/jobs/execution/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (executioner *executioner) Handle() http.HandlerFunc {

JobNameSubmittedForExecution, err := executioner.kubeClient.ExecuteJob(imageName, envVars)
if err != nil {
logger.Error("Error executing job: %v", job, imageName, err.Error())
logger.Error("Error executing job:", job, imageName, err.Error())
ctx = context.WithValue(ctx, utility.JobSubmissionStatusContextKey, utility.JobSubmissionServerError)

w.WriteHeader(http.StatusInternalServerError)
Expand Down

0 comments on commit f4cc2da

Please sign in to comment.