Skip to content

Commit 35ae3bf

Browse files
SuperQdswarbrick
andauthored
Update cmd/client/main.go
Signed-off-by: Ben Kochie <superq@gmail.com> Co-authored-by: Daniel Swarbrick <daniel.swarbrick@gmail.com> Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent 7db0369 commit 35ae3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ type Coordinator struct {
9292
}
9393

9494
func (c *Coordinator) handleErr(request *http.Request, client *http.Client, err error) {
95-
c.logger.Error("coordinator error", "error", err)
95+
c.logger.Error("Coordinator error", "error", err)
9696
scrapeErrorCounter.Inc()
9797
resp := &http.Response{
9898
StatusCode: http.StatusInternalServerError,

0 commit comments

Comments
 (0)