This commit is contained in:
Alex Dadgar 2017-03-24 12:24:47 -07:00
parent c3551c761e
commit 7e6c08191d
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ func (r *TaskRunner) run() {
r.runningLock.Unlock()
common := fmt.Sprintf("task %v for alloc %q", r.task.Name, r.alloc.ID)
if !running {
r.logger.Printf("[DEBUG] client: skipping restart of %v: task isn't running")
r.logger.Printf("[DEBUG] client: skipping restart of %v: task isn't running", common)
continue
}