mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fix for ALF-1524 - debug level logging if failed to resolve JSF managed bean
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19530 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -165,6 +165,8 @@ public final class FacesHelper
|
||||
{
|
||||
// catch exception to resolve ADB-158/ACT-7343
|
||||
// not much we can do here, just make sure return is null
|
||||
if (logger.isDebugEnabled())
|
||||
logger.debug("Failed to resolve managed bean: " + name);
|
||||
obj = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user