Skip to content

Commit 82cd008

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 d67fbcf commit 82cd008

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
@@ -250,7 +250,7 @@ private static WSTrustVersion checkSoapActionAndTransport(XPath xPath,
250250
return WSTrustVersion.WSTRUST13;
251251
} else if (soapAction.equalsIgnoreCase(RST_SOAP_ACTION_2005)) {
252252
if (logPii) {
253-
LOG.debug("Binding node did not match soap Action or Transport: {}", bindingName);
253+
LOG.debug("Binding node did not match SOAP Action or Transport: {}", bindingName);
254254
} else {
255255
LOG.debug("Binding node did not match SOAP Action or Transport");
256256
}

0 commit comments

Comments
 (0)