[
https://issues.apache.org/jira/browse/CAMEL-7993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194559#comment-14194559
]
ASF GitHub Bot commented on CAMEL-7993:
---------------------------------------
GitHub user kevinearls opened a pull request:
https://github.com/apache/camel/pull/314
CAMEL-7993 Add brackets to log statement
Otherwise the file name will not be printed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevinearls/camel CAMEL-7993
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/314.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #314
----
commit c5c8de82b09a794bf3afe4e600932bbb3b667b4e
Author: Kevin Earls <[email protected]>
Date: 2014-11-03T14:13:20Z
CAMEL-7993 Add brackets to log statement
----
> Log statement for chmod in ftp component is missing {}
> ------------------------------------------------------
>
> Key: CAMEL-7993
> URL: https://issues.apache.org/jira/browse/CAMEL-7993
> Project: Camel
> Issue Type: Bug
> Components: camel-ftp
> Reporter: Kevin Earls
> Priority: Trivial
>
> SftpOperations.java contains this log statement:
> LOG.trace("Setting chmod: {} on file: ", mode, targetName);
> It needs another set of brackets after file, otherwise it does not report the
> file name.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)