Skip to content

Commit 4d55022

Browse files
committed
fix wording
1 parent 973b84d commit 4d55022

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ private void createCache(Repository repository, String sinceRevision) {
673673
elapsed.report(LOGGER, "Done history cache for " + path);
674674
} else {
675675
LOGGER.log(Level.WARNING,
676-
"Skipping creation of historycache of {0} repository in {1}: Missing SCM dependencies?",
676+
"Skipping creation of history cache of {0} repository in {1}: Missing SCM dependencies?",
677677
new Object[]{type, path});
678678
}
679679
}

0 commit comments

Comments
 (0)