mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
replace err with warn
This commit is contained in:
@@ -844,7 +844,7 @@ func (n *Node) UpdateAlloc(args *structs.AllocUpdateRequest, reply *structs.Gene
|
||||
continue
|
||||
}
|
||||
if job == nil {
|
||||
n.srv.logger.Printf("[ERR] nomad.client: UpdateAlloc unable to find job ID %q", existingAlloc.JobID)
|
||||
n.srv.logger.Printf("[WARN] nomad.client: UpdateAlloc unable to find job ID %q", existingAlloc.JobID)
|
||||
continue
|
||||
}
|
||||
taskGroup := job.LookupTaskGroup(existingAlloc.TaskGroup)
|
||||
|
||||
Reference in New Issue
Block a user