We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f6438 commit c371452Copy full SHA for c371452
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/LdapGroupsMapping.java
@@ -849,7 +849,7 @@ String getPasswordFromCredentialProviders(
849
password = new String(passchars);
850
}
851
} catch (IOException ioe) {
852
- LOG.warn("Exception while trying to get password for alias {}: {}",
+ LOG.warn("Exception while trying to get password for alias {}: ",
853
alias, ioe);
854
855
return password;
0 commit comments