| Index: perf/go/ingester/ingester_test.go
|
| diff --git a/perf/go/ingester/ingester_test.go b/perf/go/ingester/ingester_test.go
|
| index 68038e4d6e57b39c9f1f1af9f6cb7e80ddb1f2bc..fe27aecc4610ee33b5e25d4623f6e5c692af2594 100644
|
| --- a/perf/go/ingester/ingester_test.go
|
| +++ b/perf/go/ingester/ingester_test.go
|
| @@ -37,7 +37,7 @@ func TestIngestCommits(t *testing.T) {
|
|
|
| git, err := gitinfo.NewGitInfo(filepath.Join(tr.Dir, "testrepo"), false, false)
|
| if err != nil {
|
| - glog.Fatal("Failed loading Git info: %s\n", err)
|
| + glog.Fatalf("Failed loading Git info: %s\n", err)
|
| }
|
|
|
| // Construct an Ingestor and have it UpdateCommitInfo.
|
|
|