Merge pull request #1010 from fate-grand-order/master

fix missing argument for Printf
pull/997/merge
Matt Rickard 2017-01-17 11:20:35 -08:00 committed by GitHub
commit 2fa569a1c9
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)
}
}