From 7dd3a69796b66c08af20da7a0a0bad6f005e1d34 Mon Sep 17 00:00:00 2001 From: Jason Sherman Date: Wed, 14 May 2014 11:41:24 -0400 Subject: [PATCH] CSV log message should log the quoting property --- .../java/org/apache/camel/dataformat/bindy/BindyCsvFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8c2bb9aacb32a..16a42639ddf73 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 @@ private void initCsvRecordParameters() { } 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);