mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user