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

Unified Diff: go/login/login.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/gitinfo/gitinfo_test.go ('k') | go/skiaversion/skiaversion.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/login/login.go
diff --git a/go/login/login.go b/go/login/login.go
index a6dd0f753dbb12d68f050dba3c797e01d4b31edf..7a744e84fff3b6a866c9faed1bcbc8965266b492 100644
--- a/go/login/login.go
+++ b/go/login/login.go
@@ -262,6 +262,6 @@ func StatusHandler(w http.ResponseWriter, r *http.Request) {
"LoginURL": LoginURL(w, r),
}
if err := enc.Encode(body); err != nil {
- glog.Errorf("Failed to encode Login status to JSON", err)
+ glog.Errorf("Failed to encode Login status to JSON: %s", err)
}
}
« no previous file with comments | « go/gitinfo/gitinfo_test.go ('k') | go/skiaversion/skiaversion.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698