don't lie about starting the controller manager

This commit is contained in:
Mike Danese 2017-01-13 16:27:00 -08:00
parent ae04755d71
commit c6da1bc2ef

View File

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