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)

Reply via email to