You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kevin Earls (JIRA)" <ji...@apache.org> on 2014/11/03 15:07:33 UTC

[jira] [Created] (CAMEL-7993) Log statement for chmod in ftp component is missing {}

Kevin Earls created CAMEL-7993:
----------------------------------

             Summary: 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)