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

Unified Diff: go/skiaversion/skiaversion.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 | « go/login/login.go ('k') | monitoring/go/alertserver/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/skiaversion/skiaversion.go
diff --git a/go/skiaversion/skiaversion.go b/go/skiaversion/skiaversion.go
index 95a0e243f7045a8c796de3eac2388600b1bc55b5..8c49c6b06894d745922fb87155824e7e8767d5b9 100644
--- a/go/skiaversion/skiaversion.go
+++ b/go/skiaversion/skiaversion.go
@@ -23,7 +23,7 @@ func init() {
var err error
parsedDate, err = time.Parse(DATE_FORMAT, DATE)
if err != nil {
- glog.Fatal("Failed to parse build date. Did you forget to run \"make skiaversion\"? %v", err)
+ glog.Fatalf("Failed to parse build date. Did you forget to run \"make skiaversion\"? %v", err)
}
}
« no previous file with comments | « go/login/login.go ('k') | monitoring/go/alertserver/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698