This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 50fa57dd8cb (chores) camel-core: use log markers in test producer 
cache test
50fa57dd8cb is described below

commit 50fa57dd8cbf143e117d66174d9994e3f8bcf7e5
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Nov 15 07:43:49 2023 +0100

    (chores) camel-core: use log markers in test producer cache test
---
 .../src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
index b4c4378b37f..f50a30aa7ca 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/impl/DefaultProducerCacheTest.java
@@ -240,8 +240,8 @@ public class DefaultProducerCacheTest extends 
ContextTestSupport {
                         = 
producer.getEndpoint().getEndpointUri().equalsIgnoreCase(endpoints.get(index).getEndpointUri());
 
                 if (!isEqual) {
-                    log.info("Endpoint uri to acquire: " + 
endpoints.get(index).getEndpointUri() + ", returned producer (uri): "
-                             + producer.getEndpoint().getEndpointUri());
+                    log.info("Endpoint uri to acquire: {}, returned producer 
(uri): {}", endpoints.get(index).getEndpointUri(),
+                            producer.getEndpoint().getEndpointUri());
                 }
 
                 return isEqual;

Reply via email to