Repository: camel Updated Branches: refs/heads/camel-2.15.x 71af84504 -> 27a9b3953 refs/heads/camel-2.16.x 4404144ae -> 7f961480a refs/heads/master 9209bab5a -> ba84da4ab
CAMEL-9161 Modify log message. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/329b53b9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/329b53b9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/329b53b9 Branch: refs/heads/master Commit: 329b53b94d6d4e86c1579799cfe5d066cf585627 Parents: 8c27982 Author: Nick Stuart <n...@portlandwebworks.com> Authored: Tue Nov 10 12:03:56 2015 -0500 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Nov 11 08:12:38 2015 +0100 ---------------------------------------------------------------------- .../main/java/org/apache/camel/spring/boot/RoutesCollector.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/329b53b9/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java ---------------------------------------------------------------------- diff --git a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java index b2fcd77..49e39c4 100644 --- a/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java +++ b/components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/RoutesCollector.java @@ -82,7 +82,7 @@ public class RoutesCollector implements ApplicationListener<ContextRefreshedEven throw new CamelSpringBootInitializationException(e); } } else { - LOG.debug("Not at root context - defer adding routes"); + LOG.debug("Camel already started, not adding routes."); } }