You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/01 10:22:45 UTC

(camel) branch main updated: TODO

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.git


The following commit(s) were added to refs/heads/main by this push:
     new 75205d361e0 TODO
75205d361e0 is described below

commit 75205d361e04566c1811839d126d4accd2a6cc7d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Dec 1 11:22:30 2023 +0100

    TODO
---
 .../main/java/org/apache/camel/cli/connector/LocalCliConnector.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
index 36141d2d70b..05871e4d527 100644
--- a/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
+++ b/dsl/camel-cli-connector/src/main/java/org/apache/camel/cli/connector/LocalCliConnector.java
@@ -267,8 +267,7 @@ public class LocalCliConnector extends ServiceSupport implements CliConnector, C
 
         } catch (Exception e) {
             // ignore
-            // TODO: reduce to debug
-            LOG.warn("Error executing action file: {} due to: {}. This exception is ignored.", actionFile, e.getMessage(),
+            LOG.debug("Error executing action file: {} due to: {}. This exception is ignored.", actionFile, e.getMessage(),
                     e);
         }
     }