GitHub user lzh3636 opened a pull request: https://github.com/apache/camel/pull/2426
CAMEL-12650 Log messages that do not match with their method function The description of the issue: https://issues.apache.org/jira/browse/CAMEL-12650 There are some possible copy and paste errors in the log messages (The logging statement was copied from an old place to a new place, but the message wasn't changed to adapt to the function of the new place. The issue report shows the pairs of original places where the logging statements might be copied from, and the new places that copied to) which may cause confusion when operators are reading the log messages. I changed the logging messages to make them more adaptive You can merge this pull request into a Git repository by running: $ git pull https://github.com/lzh3636/camel CAMEL-12650 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2426.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 #2426 ---- commit c75363d046e131f56c168717edc18f12c088382c Author: zhenhaoli <lizi422@...> Date: 2018-07-13T15:35:48Z CAMEL-12650 Log messages that do not match with their method function ---- ---