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:
Derek Hulley
2006-02-15 13:21:52 +00:00
parent 2f5a87fa9e
commit b4abc1b8a1

View File

@@ -88,7 +88,7 @@ public abstract class AbstractContentAccessor implements ContentAccessor
{
StringBuilder sb = new StringBuilder(1024);
StackTraceUtil.buildStackTrace(
"UserTransaction being garbage collected without a commit() or rollback().",
"Content IO Channel was opened but not closed",
traceLoggerChannelAssignTrace,
sb,
-1);