Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Harish committed Apr 14, 2016
1 parent ff4dc58 commit 1e13f0a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ public void decorateKafkaClientConfig(Properties kafkaClientConfig) {
public KafkaMetricsProcessor build() {
log.info("Building TopicReporter: " + ProducerPublisher.CONFIG_METRICS_TOPIC + "=" + topic);
log.info("Building TopicReporter: " + ProducerPublisher.CONFIG_BOOTSTRAP_SERVERS + "=" + bootstrapServers);
log.info("Building TopicReporter: " + CONFIG_POLLING_INTERVAL + pollingIntervalSeconds);
log.info("Building TopicReporter: " + CONFIG_POLLING_INTERVAL + "=" + pollingIntervalSeconds);
for(Map.Entry<String,String> tag: tags.entrySet()) {
log.info("Building TopicReporter with tag: " + tag.getKey() + "=" + tag.getValue());
}
Expand Down

0 comments on commit 1e13f0a

Please sign in to comment.