This commit is contained in:
Arjen Poutsma
2007-10-29 22:54:13 +00:00
parent 85c94b0c01
commit 6c76ce57be

View File

@@ -318,7 +318,7 @@ public class MessageDispatcherServlet extends FrameworkServlet {
Map.Entry entry = (Map.Entry) iterator.next();
String beanName = (String) entry.getKey();
WsdlDefinition definition = (WsdlDefinition) entry.getValue();
logger.debug("Exposing [" + definition + "] as " + beanName + WSDL_SUFFIX_NAME);
logger.debug("Published [" + definition + "] as " + beanName + WSDL_SUFFIX_NAME);
}
}
}