mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Minor DEBUG statement fix
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16565 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -429,7 +429,7 @@ public class AuditMethodInterceptor implements MethodInterceptor
|
|||||||
if (logger.isDebugEnabled() && auditedData.size() > 0)
|
if (logger.isDebugEnabled() && auditedData.size() > 0)
|
||||||
{
|
{
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Audited before invocation: \n" +
|
"Audited after invocation: \n" +
|
||||||
(thrown == null ? "" : " Exception: " + thrown.getMessage() + "\n") +
|
(thrown == null ? "" : " Exception: " + thrown.getMessage() + "\n") +
|
||||||
" Values: " + auditedData);
|
" Values: " + auditedData);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user