Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Jun 8, 2022
1 parent 973b84d commit 4d55022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ private void createCache(Repository repository, String sinceRevision) {
elapsed.report(LOGGER, "Done history cache for " + path);
} else {
LOGGER.log(Level.WARNING,
"Skipping creation of historycache of {0} repository in {1}: Missing SCM dependencies?",
"Skipping creation of history cache of {0} repository in {1}: Missing SCM dependencies?",
new Object[]{type, path});
}
}
Expand Down

0 comments on commit 4d55022

Please sign in to comment.