Commit 024d7503 authored by Alejandro Escobar's avatar Alejandro Escobar

making log statement clearer.

parent 5d71eb4b
...@@ -285,7 +285,7 @@ const pprofBasePath = "/debug/pprof/" ...@@ -285,7 +285,7 @@ const pprofBasePath = "/debug/pprof/"
// InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers // InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) { func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) {
glog.Infof("Adding Debug Handlers") glog.Infof("Adding debug handlers to kubelet server.")
var ws *restful.WebService var ws *restful.WebService
ws = new(restful.WebService) ws = new(restful.WebService)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment