[jps caches] Update logging message

GitOrigin-RevId: 20a24299f22462df20a20bed92557e6b420708dc
This commit is contained in:
Mikhail Mazurkevich
2021-11-23 11:09:11 +03:00
committed by intellij-monorepo-bot
parent 9b9e6b07a5
commit 44ba1d224d

View File

@@ -180,7 +180,7 @@ public class JpsOutputLoaderManager implements Disposable {
myNettyClient.sendDescriptionStatusMessage(message);
return null;
}
LOG.info("Commits count between latest success compilation and current commit: " + latestBuiltCommitFound +
LOG.info("Commits count between latest success compilation and current commit: " + commitsCountBetweenCompilation +
". Detected commit to download: " + commitToDownload);
if (commitsCountBetweenCompilation < COMMITS_COUNT_THRESHOLD) {
String message = JpsBuildBundle.message("notification.content.commits.count.threshold");