We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c94b0 commit 6c76ce5Copy full SHA for 6c76ce5
core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java
@@ -318,7 +318,7 @@ private void initWsdlDefinitions() {
318
Map.Entry entry = (Map.Entry) iterator.next();
319
String beanName = (String) entry.getKey();
320
WsdlDefinition definition = (WsdlDefinition) entry.getValue();
321
- logger.debug("Exposing [" + definition + "] as " + beanName + WSDL_SUFFIX_NAME);
+ logger.debug("Published [" + definition + "] as " + beanName + WSDL_SUFFIX_NAME);
322
}
323
324
0 commit comments