Skip to content

Commit 49f018c

Browse files
Vladimir Kotalahornace
authored andcommitted
fix log level
1 parent 0b102b5 commit 49f018c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/GitRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ private void rebuildTagList(File directory) {
655655
}
656656

657657
if (LOGGER.isLoggable(Level.FINER)) {
658-
LOGGER.log(Level.FINEST, "Read tags count={0} for {1}",
658+
LOGGER.log(Level.FINER, "Read tags count={0} for {1}",
659659
new Object[] {tagList.size(), directory});
660660
}
661661
}

0 commit comments

Comments
 (0)