Fix logging message for feature gates

pull/1250/head
Matt Rickard 2017-03-16 11:23:43 -07:00
parent 9bd59f112a
commit d2e355182b
1 changed files with 1 additions and 1 deletions

View File

@ -74,8 +74,8 @@ func SetupServer(s *localkube.LocalkubeServer) {
}
//Set feature gates
glog.Infof("Feature gates:", s.FeatureGates)
if s.FeatureGates != "" {
glog.Infof("Setting Feature Gates: %s", s.FeatureGates)
err := config.DefaultFeatureGate.Set(s.FeatureGates)
if err != nil {
fmt.Printf("Error setting feature gates: %s", err)