Repository: camel Updated Branches: refs/heads/master f496aac76 -> 87c881328
https://issues.apache.org/jira/browse/CAMEL-10066 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/87c88132 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/87c88132 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/87c88132 Branch: refs/heads/master Commit: 87c881328058b6c2cc0f8dd7ddd60296a78c9a02 Parents: 2976e7d Author: Joseluis Pedrosa <joseluis.pedr...@elephanttalk.com> Authored: Thu Jul 14 16:31:05 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Jul 15 09:21:19 2016 +0200 ---------------------------------------------------------------------- .../component/influxdb/converters/CamelInfluxDbConverters.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/87c88132/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/converters/CamelInfluxDbConverters.java ---------------------------------------------------------------------- diff --git a/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/converters/CamelInfluxDbConverters.java b/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/converters/CamelInfluxDbConverters.java index e3da9cf..5d3b0b6 100644 --- a/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/converters/CamelInfluxDbConverters.java +++ b/components/camel-influxdb/src/main/java/org/apache/camel/component/influxdb/converters/CamelInfluxDbConverters.java @@ -37,7 +37,7 @@ public final class CamelInfluxDbConverters { Object measurenmentName = map.get(InfluxDbConstants.MEASUREMENT_NAME); if (measurenmentName == null) { - String format = String.format("Unable to find the header for the measurement " + map.size() + " to:" + map.keySet().toString()); + String format = String.format("Unable to find the header for the measurement in:" + map.keySet().toString()); throw new CamelInfluxDbException(format); }