HADOOP-18005. Correct log format for LdapGroupsMapping (#3647). Contributed by tomscut.

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
This commit is contained in:
litao 2021-11-12 22:42:18 +08:00 committed by Ayush Saxena
parent b11e017777
commit 421013825f
No known key found for this signature in database
GPG Key ID: D09AE71061AB564D
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ public class LdapGroupsMapping
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;