fix missing argument for Printf

pull/1010/head
fate-grand-order 2017-01-17 15:17:40 +08:00 committed by GitHub
parent 35d1ec7b78
commit c4ed8df451
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func SetupServer(s *localkube.LocalkubeServer) {
if s.FeatureGates != "" {
err := config.DefaultFeatureGate.Set(s.FeatureGates)
if err != nil {
fmt.Printf("Error setting feature gates: %s")
fmt.Printf("Error setting feature gates: %s", err)
}
}