This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit e199b358000459dd8eff5efa1bd9c6eb60eced63
Author: Luca Burgazzoli <lburgazz...@gmail.com>
AuthorDate: Wed Aug 17 17:29:16 2022 +0200

    chore: fix wrong logging message
---
 .../src/main/java/org/apache/camel/k/support/SourcesSupport.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/camel-k-core/support/src/main/java/org/apache/camel/k/support/SourcesSupport.java
 
b/camel-k-core/support/src/main/java/org/apache/camel/k/support/SourcesSupport.java
index 80e9ad5b..6e993ce0 100644
--- 
a/camel-k-core/support/src/main/java/org/apache/camel/k/support/SourcesSupport.java
+++ 
b/camel-k-core/support/src/main/java/org/apache/camel/k/support/SourcesSupport.java
@@ -132,7 +132,7 @@ public final class SourcesSupport {
                 break;
             case errorHandler:
                 if (!source.getInterceptors().isEmpty()) {
-                    LOGGER.warn("Interceptors associated to the route template 
{} will be ignored", source.getName());
+                    LOGGER.warn("Interceptors associated to the error handler 
{} will be ignored", source.getName());
                 }
 
                 interceptors = List.of(new RouteBuilderLifecycleStrategy() {

Reply via email to