We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fc5b17 + c9d6f7b commit a2916f5Copy full SHA for a2916f5
1 file changed
pkg/utils/eventrecorder/eventrecorder.go
@@ -95,7 +95,7 @@ func findMyPod(k8sClient client.Client) (corev1.Pod, error) {
95
if err != nil {
96
log.Errorf("Client failed to GET pod (%s)", MyPodName)
97
} else {
98
- log.Debugf("Node found %s - labels - %d", pod.Name, len(pod.Labels))
+ log.Debugf("Pod found %s - labels - %d", pod.Name, len(pod.Labels))
99
}
100
return pod, err
101
0 commit comments