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 f14f3a4 commit 24cf25a
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 24cf25a

Please sign in to comment.