Skip to content

Commit ac78cbb

Browse files
committed
Fix log reference
1 parent 60f9304 commit ac78cbb

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/TokenRequestExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private void addCredentialToRequest(Map<String, String> queryParameters,
122122
try {
123123
authorityToUse = Authority.replaceTenant(authorityToUse, parameters.tenant());
124124
} catch (MalformedURLException e) {
125-
log.warn("Could not create authority with tenant override: {}", e.getMessage());
125+
LOG.warn("Could not create authority with tenant override: {}", e.getMessage());
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)