Skip to content

Commit d67fbcf

Browse files
Avery-Dunngladjohn
andauthored
Update msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/MexParser.java
Co-authored-by: Gladwin Johnson <[email protected]>
1 parent 0e9a8f3 commit d67fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal4j-sdk/src/main/java/com/microsoft/aad/msal4j/MexParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private static WSTrustVersion checkSoapActionAndTransport(XPath xPath,
252252
if (logPii) {
253253
LOG.debug("Binding node did not match soap Action or Transport: {}", bindingName);
254254
} else {
255-
LOG.debug("Binding node did not match soap Action or Transport");
255+
LOG.debug("Binding node did not match SOAP Action or Transport");
256256
}
257257

258258
return WSTrustVersion.WSTRUST2005;

0 commit comments

Comments
 (0)