Skip to content

Commit c371452

Browse files
tomscutHarshitGupta11
authored andcommitted
HADOOP-18005. Correct log format for LdapGroupsMapping (apache#3647). Contributed by tomscut.
Signed-off-by: Ayush Saxena <[email protected]>
1 parent 80f6438 commit c371452

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
@@ -849,7 +849,7 @@ String getPasswordFromCredentialProviders(
849849
password = new String(passchars);
850850
}
851851
} catch (IOException ioe) {
852-
LOG.warn("Exception while trying to get password for alias {}: {}",
852+
LOG.warn("Exception while trying to get password for alias {}: ",
853853
alias, ioe);
854854
}
855855
return password;

0 commit comments

Comments
 (0)