You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2014/05/15 08:08:17 UTC

[3/4] git commit: CSV log message should log the quoting property

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/14469f35
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/14469f35
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/14469f35

Branch: refs/heads/camel-2.13.x
Commit: 14469f35b063c0d2822376645538cf4b267d5086
Parents: 8d2d4d5
Author: Jason Sherman <js...@gmail.com>
Authored: Wed May 14 11:41:24 2014 -0400
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu May 15 08:07:29 2014 +0200

----------------------------------------------------------------------
 .../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/14469f35/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);