Skip to content

Commit 4210138

Browse files
tomscutayushtkn
authored andcommitted
HADOOP-18005. Correct log format for LdapGroupsMapping (#3647). Contributed by tomscut.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
1 parent b11e017 commit 4210138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/LdapGroupsMapping.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ String getPasswordFromCredentialProviders(
847847
password = new String(passchars);
848848
}
849849
} catch (IOException ioe) {
850-
LOG.warn("Exception while trying to get password for alias {}: {}",
850+
LOG.warn("Exception while trying to get password for alias {}: ",
851851
alias, ioe);
852852
}
853853
return password;

0 commit comments

Comments
 (0)