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 af5bbc8e2da camel-main - Polished
af5bbc8e2da is described below
commit af5bbc8e2da0d92faa2e72d32e58cea823531fe3
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 2 15:48:06 2022 +0200
camel-main - Polished
---
core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java
b/core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java
index 32568e78dfc..a2f2e4c28f7 100644
--- a/core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java
+++ b/core/camel-main/src/main/java/org/apache/camel/main/MainSupport.java
@@ -98,7 +98,7 @@ public abstract class MainSupport extends BaseMainSupport {
// while running then just log errors
LOG.error("Failed: {}", e, e);
}
- LOG.info("{} {} shutdown (uptime:{})", appName,
helper.getVersion(), helper.getUptime());
+ LOG.info("{} {} shutdown", appName, helper.getVersion());
}
}