Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Fixed a typo in reporter logs (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
IMG-PRCSNG authored and black-adder committed May 20, 2018
1 parent dee0547 commit 1df05e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaeger_client/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _consume_queue(self):
self.queue.task_done()
spans = spans[:0]
self.metrics.reporter_queue_length(self.queue.qsize())
self.logger.info('Span publisher exists')
self.logger.info('Span publisher exited')

# method for protocol factory
def getProtocol(self, transport):
Expand Down

0 comments on commit 1df05e2

Please sign in to comment.