mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-30 18:15:39 +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:
parent
b7570baf41
commit
a58c74a04a
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user