Commit c6da1bc2 authored by Mike Danese's avatar Mike Danese

don't lie about starting the controller manager

parent ae04755d
...@@ -385,6 +385,7 @@ func StartControllers(controllers map[string]InitFunc, s *options.CMServer, root ...@@ -385,6 +385,7 @@ func StartControllers(controllers map[string]InitFunc, s *options.CMServer, root
} }
if !started { if !started {
glog.Warningf("Skipping %q", controllerName) glog.Warningf("Skipping %q", controllerName)
continue
} }
glog.Infof("Started %q", controllerName) glog.Infof("Started %q", controllerName)
} }
......
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