ALF-12123 - debug string in FileContentReader outputs the 'write' verb instead of the 'read' verb

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32896 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2011-12-20 15:57:05 +00:00
parent c685630b0b
commit 5dd3524f5a

View File

@@ -223,7 +223,7 @@ public class FileContentReader extends AbstractContentReader
// done // done
if (logger.isDebugEnabled()) if (logger.isDebugEnabled())
{ {
logger.debug("Opened write channel to file: \n" + logger.debug("Opened read channel to file: \n" +
" file: " + file + "\n" + " file: " + file + "\n" +
" random-access: " + allowRandomAccess); " random-access: " + allowRandomAccess);
} }