This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new fce3623 Polished fce3623 is described below commit fce3623d6c3926c07b93696815e47e5ded3b7b52 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jan 2 14:29:44 2022 +0100 Polished --- .../src/main/resources/myinterceptor/xml-interceptor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes-configuration/src/main/resources/myinterceptor/xml-interceptor.xml b/routes-configuration/src/main/resources/myinterceptor/xml-interceptor.xml index f525b9d..213d889 100644 --- a/routes-configuration/src/main/resources/myinterceptor/xml-interceptor.xml +++ b/routes-configuration/src/main/resources/myinterceptor/xml-interceptor.xml @@ -20,6 +20,6 @@ <routeConfiguration id="xmlInterceptor"> <interceptFrom uri="*"> - <log message="Message intercepted" id="inXmlInterceptor"/> + <log message="Message intercepted from ${header.CamelInterceptedEndpoint}" id="inXmlInterceptor"/> </interceptFrom> </routeConfiguration>