Skip to content

Commit

Permalink
Fix log message (#1617)
Browse files Browse the repository at this point in the history
Signed-off-by: drivebyer <wuyangmuc@gmail.com>
  • Loading branch information
drivebyer authored Jun 6, 2023
1 parent 5bff281 commit 220e168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func StartOperator(kubeconfig string) {
minioInformerFactory := informers.NewSharedInformerFactory(controllerClient, time.Second*30)
podName := os.Getenv(HostnameEnv)
if podName == "" {
klog.Info("Could not determine $%s, defaulting to pod name: operator-pod", HostnameEnv)
klog.Infof("Could not determine %s, defaulting to pod name: operator-pod", HostnameEnv)
podName = "operator-pod"
}

Expand Down

0 comments on commit 220e168

Please sign in to comment.