Skip to content

Commit

Permalink
fix(consumer): remove no used placeholder of "%v"
Browse files Browse the repository at this point in the history
  • Loading branch information
chensanle committed Jun 30, 2021
1 parent ca0645c commit df4bfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (consumerWorker *ConsumerWorker) StopAndWait() {
consumerWorker.workerShutDownFlag.Store(true)
consumerWorker.consumerHeatBeat.shutDownHeart()
consumerWorker.waitGroup.Wait()
level.Info(consumerWorker.Logger).Log("msg", "consumer worker %v stopped", "consumer name", consumerWorker.client.option.ConsumerName)
level.Info(consumerWorker.Logger).Log("msg", "consumer worker stopped", "consumer name", consumerWorker.client.option.ConsumerName)
}

func (consumerWorker *ConsumerWorker) run() {
Expand Down

0 comments on commit df4bfa5

Please sign in to comment.