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/faea2ad8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/faea2ad8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/faea2ad8 Branch: refs/heads/camel-2.15.x Commit: faea2ad8cda2f027540843d687f8c2a2a1424996 Parents: cc6d569 Author: Nick Stuart <[email protected]> Authored: Tue Nov 10 12:03:56 2015 -0500 Committer: Claus Ibsen <[email protected]> Committed: Wed Nov 11 08:19:36 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/faea2ad8/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 4aaa05d..52c9525 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 @@ -78,7 +78,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."); } }
