mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Debug output fixes
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2960 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -102,7 +102,10 @@ public class PermissionsDaoComponentImpl extends HibernateDaoSupport implements
|
|||||||
// done
|
// done
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logger.debug("Created access control list for node: " + nodeRef);
|
logger.debug(
|
||||||
|
"Created access control list for node: \n" +
|
||||||
|
" node: " + nodeRef + "\n" +
|
||||||
|
" acl: " + npe);
|
||||||
}
|
}
|
||||||
return npe;
|
return npe;
|
||||||
}
|
}
|
||||||
@@ -313,7 +316,7 @@ public class PermissionsDaoComponentImpl extends HibernateDaoSupport implements
|
|||||||
// done
|
// done
|
||||||
if (logger.isDebugEnabled())
|
if (logger.isDebugEnabled())
|
||||||
{
|
{
|
||||||
logger.debug("" + (entry == null ? "Did not find" : "Found") + "entry for criteria: \n" +
|
logger.debug("" + (entry == null ? "Did not find" : "Found") + " entry for criteria: \n" +
|
||||||
" node: " + node.getId() + "\n" +
|
" node: " + node.getId() + "\n" +
|
||||||
" authority: " + authority + "\n" +
|
" authority: " + authority + "\n" +
|
||||||
" permission: " + permission);
|
" permission: " + permission);
|
||||||
|
Reference in New Issue
Block a user