This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 b90c2da85cd Polished
b90c2da85cd is described below
commit b90c2da85cd7bd440e21dedb6b0373c9df322a2c
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jul 7 09:51:49 2025 +0200
Polished
---
.../openapi/validator/client/OpenApiRestClientResponseValidator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-openapi-validator/src/main/java/org/apache/camel/component/rest/openapi/validator/client/OpenApiRestClientResponseValidator.java
b/components/camel-openapi-validator/src/main/java/org/apache/camel/component/rest/openapi/validator/client/OpenApiRestClientResponseValidator.java
index 5c8002fac2d..36cd558dda6 100644
---
a/components/camel-openapi-validator/src/main/java/org/apache/camel/component/rest/openapi/validator/client/OpenApiRestClientResponseValidator.java
+++
b/components/camel-openapi-validator/src/main/java/org/apache/camel/component/rest/openapi/validator/client/OpenApiRestClientResponseValidator.java
@@ -125,7 +125,7 @@ public class OpenApiRestClientResponseValidator implements
RestClientResponseVal
} else {
msg = SimpleValidationReportFormat.getInstance().apply(report);
}
- LOG.debug("Client Request Validation: {}", msg);
+ LOG.debug("Client Response Validation: {}", msg);
if (report.hasErrors()) {
return new ValidationError(500, msg);
}