davsclaus commented on code in PR #14344:
URL: https://github.com/apache/camel/pull/14344#discussion_r1625901588


##########
test-infra/camel-test-infra-kafka/src/test/java/org/apache/camel/test/infra/kafka/services/KafkaService.java:
##########
@@ -42,6 +42,7 @@ default void beforeAll(ExtensionContext extensionContext) {
             initialize();
         } catch (Exception e) {
             Logger log = LoggerFactory.getLogger(KafkaService.class);
+            log.error(" Unexpected error in {}: {} {} ", 
this.getClass().getSimpleName(), e.getMessage(), e.getCause());

Review Comment:
   Should whitespace be deleted



-- 
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