diff --git a/cmd/integration/integration.go b/cmd/integration/integration.go index 7047123ec56..f96b8c94c4c 100644 --- a/cmd/integration/integration.go +++ b/cmd/integration/integration.go @@ -173,7 +173,7 @@ func startComponents(manifestURL string) (apiServerURL string) { schedulerConfigFactory := factory.NewConfigFactory(cl) schedulerConfig, err := schedulerConfigFactory.Create() if err != nil { - glog.Fatal("Couldn't create scheduler config: %v", err) + glog.Fatalf("Couldn't create scheduler config: %v", err) } scheduler.New(schedulerConfig).Run()