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

Unified Diff: perf/go/ingester/ingester.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/ingest/main.go ('k') | perf/go/ingester/ingester_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/ingester/ingester.go
diff --git a/perf/go/ingester/ingester.go b/perf/go/ingester/ingester.go
index 1a3d1c4228e8ae431d1ec285ef7dea71e1585b96..53c04ab5e8ea25902ad89c021830c41bd904d5cd 100644
--- a/perf/go/ingester/ingester.go
+++ b/perf/go/ingester/ingester.go
@@ -170,7 +170,7 @@ func (tt TileTracker) Flush() {
glog.Info("Flushing Tile.")
if tt.lastTileNum != -1 {
if err := tt.tileStore.Put(0, tt.lastTileNum, tt.currentTile); err != nil {
- glog.Error("Failed to write Tile: %s", err)
+ glog.Errorf("Failed to write Tile: %s", err)
}
}
}
« no previous file with comments | « perf/go/ingest/main.go ('k') | perf/go/ingester/ingester_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698