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 2013/12/21 08:01:53 UTC

[2/3] git commit: Redundant 'now' in a log.warn

Redundant 'now' in a log.warn


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3fd2ab3b
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3fd2ab3b
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3fd2ab3b

Branch: refs/heads/camel-2.12.x
Commit: 3fd2ab3b1443e2b7bee43dd0377bd28633b6fea1
Parents: f90c23f
Author: perwalst <pe...@finn.no>
Authored: Fri Dec 20 23:20:05 2013 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Dec 21 08:04:38 2013 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/impl/DefaultShutdownStrategy.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3fd2ab3b/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java b/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java
index fddd80a..64d1c6c 100644
--- a/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java
+++ b/camel-core/src/main/java/org/apache/camel/impl/DefaultShutdownStrategy.java
@@ -192,7 +192,7 @@ public class DefaultShutdownStrategy extends ServiceSupport implements ShutdownS
                 return false;
             } else {
                 if (forceShutdown || shutdownNowOnTimeout) {
-                    LOG.warn("Timeout occurred. Now forcing the routes to be shutdown now.");
+                    LOG.warn("Timeout occurred. Forcing the routes to be shutdown now.");
                     // force the routes to shutdown now
                     shutdownRoutesNow(routesOrdered);