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

Unified Diff: monitoring/go/prober/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 | « monitoring/go/datahopper/main.go ('k') | perf/go/activitylog/activitylog.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: monitoring/go/prober/main.go
diff --git a/monitoring/go/prober/main.go b/monitoring/go/prober/main.go
index f9787eb7be8649eb1c835b9ce245b45e2ef5f7dc..86333b119fba78f8feb3caceede53cfbc4737ccb 100644
--- a/monitoring/go/prober/main.go
+++ b/monitoring/go/prober/main.go
@@ -267,7 +267,7 @@ func main() {
} else if probe.Method == "POST" {
resp, err = c.Post(probe.URL, probe.MimeType, strings.NewReader(probe.Body))
} else {
- glog.Errorf("Error: unknown method: ", probe.Method)
+ glog.Errorf("Error: unknown method: %s", probe.Method)
continue
}
if err != nil {
« no previous file with comments | « monitoring/go/datahopper/main.go ('k') | perf/go/activitylog/activitylog.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698