This commit is contained in:
Arjen Poutsma
2008-02-17 01:26:59 +00:00
parent 470cc1f321
commit 792624dbba

View File

@@ -111,7 +111,7 @@ public abstract class WebServiceMessageReceiverObjectSupport implements Initiali
private void logUri(WebServiceConnection connection) {
if (logger.isDebugEnabled()) {
try {
logger.debug("Regestering incoming connection [" + connection.getUri() + "]");
logger.debug("Incoming connection [" + connection.getUri() + "]");
}
catch (URISyntaxException e) {
// ignore