You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/11 06:56:39 UTC

[GitHub] [camel] orpiske commented on a change in pull request #6419: CAMEL-17121: final cleanups

orpiske commented on a change in pull request #6419:
URL: https://github.com/apache/camel/pull/6419#discussion_r747246510



##########
File path: core/camel-support/src/main/java/org/apache/camel/support/task/BackgroundTask.java
##########
@@ -155,7 +155,7 @@ private boolean waitForTaskCompletion(CountDownLatch latch, ScheduledExecutorSer
                 if (!latch.await(budget.maxDuration(), TimeUnit.MILLISECONDS)) {
                     LOG.debug("Timeout out waiting for the completion of the task");
                 } else {
-                    LOG.info("The task is complete after iterations and the code is ready to continue");
+                    LOG.info("The task has finished the execution is ready to continue");

Review comment:
       Sure thing!




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org