| Index: perf/go/ingest/main.go
|
| diff --git a/perf/go/ingest/main.go b/perf/go/ingest/main.go
|
| index b3c5f0f7333eea7971c85937cef409fa47694fa3..5c1c1fcad89b5b5b9a03436636d199f44158bb72 100644
|
| --- a/perf/go/ingest/main.go
|
| +++ b/perf/go/ingest/main.go
|
| @@ -162,7 +162,7 @@ func main() {
|
|
|
| git, err := gitinfo.NewGitInfo(*gitRepoDir, true, false)
|
| if err != nil {
|
| - glog.Fatal("Failed loading Git info: %s\n", err)
|
| + glog.Fatalf("Failed loading Git info: %s\n", err)
|
| }
|
|
|
| // ingesters is a list of all the types of ingestion we can do.
|
|
|