Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

65606: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3/Cloud)
      65512: MNT-10976: A possible typo error on LimitedStreamCopier class?
         - fixed incorrect log message


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@66257 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-04-02 22:01:30 +00:00
parent 7e996f6011
commit dd0efecef4

View File

@@ -98,7 +98,7 @@ public final class LimitedStreamCopier
catch (IOException e)
{
error = e;
logger.error("Failed to close output stream: " + this, e);
logger.error("Failed to close input stream: " + this, e);
}
try
{