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



##########
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:
       Done, marking as resolved, thanks!




-- 
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-unsubscr...@camel.apache.org

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


Reply via email to