Skip to content

Commit 7208887

Browse files
tulinkryVladimir Kotal
authored andcommitted
updating the log message
1 parent 84a485b commit 7208887

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/FileHistoryCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public void clear(Repository repository) {
791791
try {
792792
IOUtils.removeRecursive(Paths.get(histDir));
793793
} catch (NoSuchFileException ex) {
794-
LOGGER.log(Level.WARNING, "directory {} does not exist", histDir);
794+
LOGGER.log(Level.WARNING, String.format("directory %s does not exist", histDir));
795795
} catch (IOException ex) {
796796
LOGGER.log(Level.SEVERE, "tried removeRecursive()", ex);
797797
}

0 commit comments

Comments
 (0)