Skip to content

Commit

Permalink
Update StatsDEmitter.java (#4111)
Browse files Browse the repository at this point in the history
This was mentioned in the original pull (apache/druid#2410) by @sascha-coenen, and the original author (@michaelschiff) agreed that it seemed reasonable

This commit fixes issue apache/druid#3960
  • Loading branch information
Jdban authored and lucesape committed Mar 28, 2017
1 parent 567508e commit 6bca876
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@ public void emit(Event event)
break;
}
} else {
log.error("Metric=[%s] has no StatsD type mapping", statsDMetric);
log.debug("Metric=[%s] has no StatsD type mapping", statsDMetric);
}
}
}
Expand Down

0 comments on commit 6bca876

Please sign in to comment.