We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d79cf9 commit 8619532Copy full SHA for 8619532
src/org/opensolaris/opengrok/history/FileHistoryCache.java
@@ -740,7 +740,7 @@ public String getLatestCachedRevision(Repository repository) {
740
try {
741
input.close();
742
} catch (java.io.IOException e) {
743
- LOGGER.log(Level.FINEST, "failed to close", e);
+ LOGGER.log(Level.WARNING, "failed to close", e);
744
}
745
746
} catch (java.io.FileNotFoundException e) {
0 commit comments