Skip to content

Commit b420be0

Browse files
asm582openshift-ci[bot]
authored andcommitted
add AW name
1 parent 0e24d18 commit b420be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/queuejob/queuejob_controller_ex.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ func (cc *XController) addQueueJob(obj interface{}) {
16311631
klog.V(2).Infof("[Informer-addQJ] Stopping requeue for AW %s/%s with status %s", latestAw.Namespace, latestAw.Name, latestAw.Status.State)
16321632
AwinEtcd, err := cc.arbclients.WorkloadV1beta1().AppWrappers(latestAw.Namespace).Get(context.Background(), latestAw.Name, metav1.GetOptions{})
16331633
if apierrors.IsNotFound(err) {
1634-
klog.V(2).Infof("[Informer-addQJ] Stopped requeueing of AW due to error %v\n", err)
1634+
klog.V(2).Infof("[Informer-addQJ] Stopped requeueing of AW %s due to error %v\n", latestAw.Name, err)
16351635
break
16361636
} else if AwinEtcd.Status.State == latestAw.Status.State && err != nil {
16371637
break // Exit the loop

0 commit comments

Comments
 (0)