mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user