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 b11e017 commit 4210138Copy full SHA for 4210138
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/LdapGroupsMapping.java
@@ -847,7 +847,7 @@ String getPasswordFromCredentialProviders(
847
password = new String(passchars);
848
}
849
} catch (IOException ioe) {
850
- LOG.warn("Exception while trying to get password for alias {}: {}",
+ LOG.warn("Exception while trying to get password for alias {}: ",
851
alias, ioe);
852
853
return password;
0 commit comments