Skip to content

Commit a2916f5

Browse files
authored
Merge branch 'master' into dependabot/go_modules/k8s.io/client-go-0.33.1
2 parents 1fc5b17 + c9d6f7b commit a2916f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/utils/eventrecorder/eventrecorder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func findMyPod(k8sClient client.Client) (corev1.Pod, error) {
9595
if err != nil {
9696
log.Errorf("Client failed to GET pod (%s)", MyPodName)
9797
} else {
98-
log.Debugf("Node found %s - labels - %d", pod.Name, len(pod.Labels))
98+
log.Debugf("Pod found %s - labels - %d", pod.Name, len(pod.Labels))
9999
}
100100
return pod, err
101101
}

0 commit comments

Comments
 (0)