diff --git a/pkg/controller/job/job_controller.go b/pkg/controller/job/job_controller.go index 9e5a92332b1..70f2dc4773c 100644 --- a/pkg/controller/job/job_controller.go +++ b/pkg/controller/job/job_controller.go @@ -851,7 +851,7 @@ func (jm *Controller) syncJob(ctx context.Context, key string) (rErr error) { return nil } if _, ok := jm.finishedJobExpectations.Load(job.UID); ok { - logger.V(2).Info("Skip syncing the job as its marked completed but the completed update event is not yet received", "uid", job.UID, "key", key) + logger.V(2).Info("Skip syncing the job as its marked finished but the corresponding update event is not yet received", "uid", job.UID, "key", key) return nil }