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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]