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 2022/04/29 17:59:42 UTC

[camel] branch main updated: Regen for commit 5933d2e19809439985e0d12d13a76fa74a2b57f4 (#7533)

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 90a119b467a Regen for commit 5933d2e19809439985e0d12d13a76fa74a2b57f4 (#7533)
90a119b467a is described below

commit 90a119b467a8f7c5a7de4bc3c137a82af646bd16
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Fri Apr 29 19:59:36 2022 +0200

    Regen for commit 5933d2e19809439985e0d12d13a76fa74a2b57f4 (#7533)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java b/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java
index 878f6f95744..daa94253a07 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/DefaultMainShutdownStrategy.java
@@ -114,7 +114,8 @@ public class DefaultMainShutdownStrategy extends SimpleMainShutdownStrategy {
                 }
                 boolean success = main.getCamelContext().isStopped();
                 if (!success) {
-                    LOG.warn("CamelContext not yet shutdown completely after: {}. Forcing shutdown.", TimeUtils.printDuration(watch.taken()));
+                    LOG.warn("CamelContext not yet shutdown completely after: {}. Forcing shutdown.",
+                            TimeUtils.printDuration(watch.taken()));
                 }
                 tracker.close();
             }