mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Fixed debug message
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2383 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -88,7 +88,7 @@ public abstract class AbstractContentAccessor implements ContentAccessor
|
|||||||
{
|
{
|
||||||
StringBuilder sb = new StringBuilder(1024);
|
StringBuilder sb = new StringBuilder(1024);
|
||||||
StackTraceUtil.buildStackTrace(
|
StackTraceUtil.buildStackTrace(
|
||||||
"UserTransaction being garbage collected without a commit() or rollback().",
|
"Content IO Channel was opened but not closed",
|
||||||
traceLoggerChannelAssignTrace,
|
traceLoggerChannelAssignTrace,
|
||||||
sb,
|
sb,
|
||||||
-1);
|
-1);
|
||||||
|
Reference in New Issue
Block a user