Skip to content

Commit

Permalink
job/job: Remove log as too verbose
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
  • Loading branch information
nderjung committed Dec 21, 2020
1 parent 8764d55 commit d59aca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func (j *Job) Start() error {
// particular task's run so we can decide whether to schedule it.
freeCores = tasksInFlight.FreeCores()
if len(freeCores) == 0 {
log.Infof("No free cores, waiting...")
continue
}

// Get the next job from the task's job queue
Expand Down

0 comments on commit d59aca7

Please sign in to comment.