Hi, debugging an issue I am facing sending an exchange to an FTP endpoint I found a possible wrong trace statement on the GenericFileProducer
@line 104 (current trunk) if (log.isTraceEnabled()) { log.trace("Deleting existing file: " + tempTarget); } if (!operations.deleteFile(target)) { throw new GenericFileOperationFailedException("Cannot delete file: " + target); } it traces the tempTarget but it will delete the real target. regards, Marco -- View this message in context: http://old.nabble.com/Wrong-trace-on-GenericFileProducer--tp27527120p27527120.html Sent from the Camel - Users mailing list archive at Nabble.com.