Repository: camel Updated Branches: refs/heads/camel-2.12.x 562992a13 -> 4b05d0997 refs/heads/camel-2.13.x 8d2d4d553 -> 14469f35b refs/heads/master ce6c0a824 -> cfc1d8ddf
CSV log message should log the quoting property Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7dd3a697 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7dd3a697 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7dd3a697 Branch: refs/heads/master Commit: 7dd3a69796b66c08af20da7a0a0bad6f005e1d34 Parents: 9c50fba Author: Jason Sherman <jsherm...@gmail.com> Authored: Wed May 14 11:41:24 2014 -0400 Committer: Jason Sherman <jsherm...@gmail.com> Committed: Wed May 14 11:41:24 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7dd3a697/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java ---------------------------------------------------------------------- diff --git a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java index 8c2bb9a..16a4263 100755 --- a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java +++ b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java @@ -564,7 +564,7 @@ public class BindyCsvFactory extends BindyAbstractFactory implements BindyFactor } quoting = record.quoting(); - LOG.debug("CSV will be quoted: {}", messageOrdered); + LOG.debug("CSV will be quoted: {}", quoting); autospanLine = record.autospanLine(); LOG.debug("Autospan line in last record: {}", autospanLine);