Skip to content

Commit

Permalink
HADOOP-18005. Correct log format for LdapGroupsMapping (#3647). Contr…
Browse files Browse the repository at this point in the history
…ibuted by tomscut.

Signed-off-by: Ayush Saxena <[email protected]>
  • Loading branch information
tomscut authored Nov 12, 2021
1 parent e220e88 commit 7fb1bb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ String getPasswordFromCredentialProviders(
password = new String(passchars);
}
} catch (IOException ioe) {
LOG.warn("Exception while trying to get password for alias {}: {}",
LOG.warn("Exception while trying to get password for alias {}: ",
alias, ioe);
}
return password;
Expand Down

0 comments on commit 7fb1bb8

Please sign in to comment.