Formatting during investigations

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55367 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2013-09-16 19:51:38 +00:00
parent bade155f29
commit 4bef09e97f

View File

@@ -207,7 +207,7 @@ public abstract class AbstractTransformationRenderingEngine extends AbstractRend
if (logger.isInfoEnabled()) if (logger.isInfoEnabled())
{ {
logger.info("Cancelling of multiple concurrent action instances " + logger.info("Cancelling of multiple concurrent action instances " +
"currently unsupported, this action can't be cancelled"); "currently unsupported, this action can't be cancelled");
} }
} }
@@ -235,7 +235,7 @@ public abstract class AbstractTransformationRenderingEngine extends AbstractRend
if (logger.isDebugEnabled()) if (logger.isDebugEnabled())
{ {
logger.debug("Transformation did not obey timeout limit, " + logger.debug("Transformation did not obey timeout limit, " +
"rendition action is moving on"); "rendition action is moving on");
} }
break; break;
} }