Skip to content

Commit

Permalink
Added more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed May 9, 2017
1 parent 9c94048 commit 07e549e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masterapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func runJob(job *pbs.JobSpec, server string) {

slave := pbs.NewGoBuildSlaveClient(conn)
slave.Run(context.Background(), job)
log.Printf("RUN COMMAND SENT %v", job)
}

func (t *mainChecker) discover() *pbd.ServiceList {
Expand Down

0 comments on commit 07e549e

Please sign in to comment.