This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch camel-2.19.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 0732b9032f463d3b55e6b87c8cf9381515e03694 Author: onders86 <[email protected]> AuthorDate: Tue Nov 7 22:13:56 2017 +0300 CAMEL-11932 - fix debug log parameter --- .../java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java index d4d9c82..ded41c2 100644 --- a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java +++ b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java @@ -535,7 +535,7 @@ public class BindyFixedLengthFactory extends BindyAbstractFactory implements Bin LOG.debug("Carriage return defined for the CSV: {}", crlf); eol = record.eol(); - LOG.debug("EOL(end-of-line) defined for the CSV: {}", crlf); + LOG.debug("EOL(end-of-line) defined for the CSV: {}", eol); // Get header parameter header = record.header(); -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
