HADOOP-18005. Correct log format for LdapGroupsMapping (#3647). Contributed by tomscut.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
parent
b11e017777
commit
421013825f
@ -847,7 +847,7 @@ String getPasswordFromCredentialProviders(
|
|||||||
password = new String(passchars);
|
password = new String(passchars);
|
||||||
}
|
}
|
||||||
} catch (IOException ioe) {
|
} 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);
|
alias, ioe);
|
||||||
}
|
}
|
||||||
return password;
|
return password;
|
||||||
|
Loading…
Reference in New Issue
Block a user