Adam Arvai created OOZIE-3571:
---------------------------------
Summary: Wrong log string substitution in
CredentialsProviderFactory class
Key: OOZIE-3571
URL: https://issues.apache.org/jira/browse/OOZIE-3571
Project: Oozie
Issue Type: Bug
Components: core
Affects Versions: 5.2.0
Reporter: Adam Arvai
Fix For: trunk
In the *CredentialsProviderFactory* class, the string substitution does not
work in the log message due to the single quotes around the placeholders.
{code:java}
LOG.debug("Creating Credential type : '{0}', class Name : '{1}'", type,
classname);{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)