Updated Branches: refs/heads/camel-2.11.x 845732586 -> 54e8aae8b refs/heads/camel-2.12.x f90c23ff3 -> 3fd2ab3b1 refs/heads/master 0be7ba1aa -> 93667e432
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/93667e43 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/93667e43 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/93667e43 Branch: refs/heads/master Commit: 93667e432707c7f676d9c8351cb147fdc95c25b2 Parents: 0be7ba1 Author: perwalst <[email protected]> Authored: Fri Dec 20 23:20:05 2013 +0100 Committer: perwalst <[email protected]> Committed: Fri Dec 20 23:20:05 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/93667e43/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);
