Swap log line classifiers to be consistent

This commit is contained in:
Michael Schurter
2016-10-28 14:59:48 -07:00
parent 1176e5fd7a
commit c4c06d3fe2

View File

@@ -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 {