Skip to content

Commit 6c76ce5

Browse files
committed
1 parent 85c94b0 commit 6c76ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/ws/transport/http/MessageDispatcherServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ private void initWsdlDefinitions() {
318318
Map.Entry entry = (Map.Entry) iterator.next();
319319
String beanName = (String) entry.getKey();
320320
WsdlDefinition definition = (WsdlDefinition) entry.getValue();
321-
logger.debug("Exposing [" + definition + "] as " + beanName + WSDL_SUFFIX_NAME);
321+
logger.debug("Published [" + definition + "] as " + beanName + WSDL_SUFFIX_NAME);
322322
}
323323
}
324324
}

0 commit comments

Comments
 (0)