mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 15:06:56 +07:00
[jps caches] Update logging message
GitOrigin-RevId: 20a24299f22462df20a20bed92557e6b420708dc
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9b9e6b07a5
commit
44ba1d224d
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user