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 c8dec036697 (chores) camel-dhis: fixed remaining incorrect logging c8dec036697 is described below commit c8dec036697f8363a9d53df2a1fae80aaaaf5b70 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue Jul 18 11:57:40 2023 +0200 (chores) camel-dhis: fixed remaining incorrect logging --- .../src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java b/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java index 4c43db0fa1b..7b80dd98341 100644 --- a/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java +++ b/components/camel-dhis2/camel-dhis2-component/src/test/java/org/apache/camel/component/dhis2/Dhis2GetIT.java @@ -58,7 +58,7 @@ public class Dhis2GetIT extends AbstractDhis2TestSupport { final java.util.Iterator result = requestBodyAndHeaders("direct://COLLECTION", null, headers); assertNotNull(result, "collection result"); - LOG.debug("collection: " + result); + LOG.debug("collection: {}", result); } @Test