Skip to content

Commit 08342ce

Browse files
author
Vladimir Kotal
committed
bump log level on failed close to WARNING
1 parent 5a41c63 commit 08342ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/history/FileHistoryCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ private void storeLatestCachedRevision(Repository repository, String rev) {
712712
writer.close();
713713
}
714714
} catch (IOException ex) {
715-
LOGGER.log(Level.FINEST, "Cannot close file", ex);
715+
LOGGER.log(Level.WARNING, "Cannot close file", ex);
716716
}
717717
}
718718
}

0 commit comments

Comments
 (0)