This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 5f01118 Fix typo 5f01118 is described below commit 5f01118c25eedc1414efda88c4a1b52051c0e7a8 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon Sep 3 12:15:38 2018 +0200 Fix typo --- .../src/main/java/org/apache/camel/component/timer/TimerConsumer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-core/src/main/java/org/apache/camel/component/timer/TimerConsumer.java b/camel-core/src/main/java/org/apache/camel/component/timer/TimerConsumer.java index 8908cfa..1dc6e88 100644 --- a/camel-core/src/main/java/org/apache/camel/component/timer/TimerConsumer.java +++ b/camel-core/src/main/java/org/apache/camel/component/timer/TimerConsumer.java @@ -67,7 +67,7 @@ public class TimerConsumer extends DefaultConsumer implements StartupListener, S public void run() { if (!isTaskRunAllowed()) { // do not run timer task as it was not allowed - LOG.debug("Run now allowed for timer: {}", endpoint); + LOG.debug("Run not allowed for timer: {}", endpoint); return; }