Skip to content

Commit

Permalink
Swap log line classifiers to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Oct 28, 2016
1 parent 1176e5f commit c4c06d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1931,7 +1931,7 @@ func (c *Client) consulReaper() {
case <-ticker.C:
if err := c.consulReaperImpl(); err != nil {
if lastok {
c.logger.Printf("[ERR] consul.client: error reaping services in consul: %v", err)
c.logger.Printf("[ERR] client.consul: error reaping services in consul: %v", err)
lastok = false
}
} else {
Expand Down

0 comments on commit c4c06d3

Please sign in to comment.