Mercurial > hg4j
diff src/org/tmatesoft/hg/internal/DataAccessProvider.java @ 396:0ae53c32ecef
Straighten out exceptions thrown when file access failed - three is too much
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Thu, 23 Feb 2012 01:06:24 +0100 |
parents | 3cfa4d908fc9 |
children | bb278ccf9866 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/DataAccessProvider.java Wed Feb 22 16:54:34 2012 +0100 +++ b/src/org/tmatesoft/hg/internal/DataAccessProvider.java Thu Feb 23 01:06:24 2012 +0100 @@ -317,6 +317,7 @@ try { fileChannel.close(); } catch (IOException ex) { + // FIXME/TODO log facility can be obtained from session context StreamLogFacility.newDefault().debug(getClass(), ex, null); } fileChannel = null;