don't lie about starting the controller manager

pull/6/head
Mike Danese 2017-01-13 16:27:00 -08:00
parent ae04755d71
commit c6da1bc2ef
1 changed files with 1 additions and 0 deletions

View File

@ -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)
} }