mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
making log statement clearer.
This commit is contained in:
parent
5d71eb4b05
commit
024d750370
@ -285,7 +285,7 @@ const pprofBasePath = "/debug/pprof/"
|
||||
|
||||
// InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
|
||||
func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) {
|
||||
glog.Infof("Adding Debug Handlers")
|
||||
glog.Infof("Adding debug handlers to kubelet server.")
|
||||
var ws *restful.WebService
|
||||
|
||||
ws = new(restful.WebService)
|
||||
|
Loading…
Reference in New Issue
Block a user