Error message in LocaleUtils should be info level
-------------------------------------------------
Key: MYFACES-728
URL: http://issues.apache.org/jira/browse/MYFACES-728
Project: MyFaces
Type: Improvement
Components: Implementation
Versions: 1.1.0
Reporter: Stan Silvert
Assigned to: Stan Silvert
Priority: Minor
Fix For: 1.1.1
In LocaleUtils:
public static Locale toLocale(String localeString)
{
if ((localeString == null) || (localeString.length() == 0))
{
log.error("Locale name null or empty, ignoring");
return Locale.getDefault();
}
ERROR message should be WARN instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira