diff --git a/nomad/worker.go b/nomad/worker.go index 0c414fc90..775c4b5c2 100644 --- a/nomad/worker.go +++ b/nomad/worker.go @@ -328,7 +328,7 @@ SUBMIT: var state scheduler.State if result.RefreshIndex != 0 { // Wait for the the raft log to catchup to the evaluation - w.logger.Printf("[DEBUG] worker: refreshing state to index %d", result.RefreshIndex) + w.logger.Printf("[DEBUG] worker: refreshing state to index %d for %q", result.RefreshIndex, plan.EvalID) if err := w.waitForIndex(result.RefreshIndex, raftSyncLimit); err != nil { return nil, nil, err }