You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jason Sherman (JIRA)" <ji...@apache.org> on 2014/05/14 17:53:15 UTC

[jira] [Created] (CAMEL-7440) Camel Bindy compoent does not log the correct property when quoting is enabled

Jason Sherman created CAMEL-7440:
------------------------------------

             Summary: Camel Bindy compoent does not log the correct property when quoting is enabled
                 Key: CAMEL-7440
                 URL: https://issues.apache.org/jira/browse/CAMEL-7440
             Project: Camel
          Issue Type: Bug
          Components: camel-bindy
    Affects Versions: 2.13.0
            Reporter: Jason Sherman


The property quoting is not logging the correct value in ./org/apache/camel/dataformat/bindy/BindyCsvFactory.java:

{code}
...
quoting = record.quoting();
LOG.debug("CSV will be quoted: {}", messageOrdered);
...
{code}

The value for messageOrdered is being logged instead.



--
This message was sent by Atlassian JIRA
(v6.2#6252)