Skip to content

Commit

Permalink
Merge pull request nsqio#16 from hailocab/reduce_logging_noise
Browse files Browse the repository at this point in the history
Reduce noise
  • Loading branch information
leibowitz committed Jun 23, 2015
2 parents d2f55f5 + 554399a commit a9e2884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ func (r *Consumer) nextLookupdEndpoint() string {
func (r *Consumer) queryLookupd() {
endpoint := r.nextLookupdEndpoint()

clog.Infof("querying nsqlookupd %s", endpoint)
clog.Debugf("querying nsqlookupd %s", endpoint)

data, err := apiRequestNegotiateV1("GET", endpoint, nil)
if err != nil {
Expand Down

0 comments on commit a9e2884

Please sign in to comment.