Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: perf/go/ingest/main.go

Issue 777413002: Add new tests to presubmit, fix errors (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « perf/go/filetilestore/filestore.go ('k') | perf/go/ingester/ingester.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « perf/go/filetilestore/filestore.go ('k') | perf/go/ingester/ingester.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698