Skip to content

Commit 5754efd

Browse files
committed
1 parent 303a6cf commit 5754efd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/src/main/java/org/springframework/ws/soap/saaj/SaajSoapMessageFactory.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
import org.apache.commons.logging.Log;
2929
import org.apache.commons.logging.LogFactory;
30+
3031
import org.springframework.beans.factory.InitializingBean;
3132
import org.springframework.util.StringUtils;
3233
import org.springframework.ws.WebServiceMessage;
@@ -130,8 +131,8 @@ else if (SaajUtils.getSaajVersion() == SaajUtils.SAAJ_11) {
130131
throw new SoapMessageCreationException("Could not create SAAJ MessageFactory: " + ex.getMessage(), ex);
131132
}
132133
}
133-
if (logger.isTraceEnabled()) {
134-
logger.trace("Using MessageFactory class [" + messageFactory.getClass().getName() + "]");
134+
if (logger.isDebugEnabled()) {
135+
logger.debug("Using MessageFactory class [" + messageFactory.getClass().getName() + "]");
135136
}
136137
}
137138

0 commit comments

Comments
 (0)