diff --git a/nomad/node_endpoint.go b/nomad/node_endpoint.go index 440fb75dc..c2a7d3f83 100644 --- a/nomad/node_endpoint.go +++ b/nomad/node_endpoint.go @@ -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)