Skip to content

Commit

Permalink
fixed log msg
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Moisey <[email protected]>
  • Loading branch information
omerap12 and adrianmoisey authored Dec 29, 2024
1 parent da7f581 commit b601519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/pkg/admission-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func main() {
}()

if err = server.ListenAndServeTLS("", ""); err != nil {
klog.ErrorS(err, "Failed to start server")
klog.ErrorS(err, "Failed to start HTTPS server")
os.Exit(255)
}
}

0 comments on commit b601519

Please sign in to comment.