Skip to content

Commit

Permalink
Fix: typo on log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gdiazlo committed Mar 19, 2019
1 parent bf96bcd commit 984e60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/monitor/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func (q QueryTask) sendAlert(msg string) {
defer resp.Body.Close()
_, err = io.Copy(ioutil.Discard, resp.Body)
if err != nil {
log.Infof("MOnitor had an error from alertStore saving a batch: %v", err)
log.Infof("Monitor had an error from alertStore saving a batch: %v", err)
}
}

Expand Down

0 comments on commit 984e60d

Please sign in to comment.