mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] IJPL-212363 followup: correcting the logging
(cherry picked from commit 0b8dccd45c688161d9f18bdea1771cabc31276c2) IJ-CR-178636 GitOrigin-RevId: aebc0b8475ff5e24ca454c01d98868384c6dd350
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9b3dddd4a1
commit
548a5a9b0b
+6
-4
@@ -211,12 +211,14 @@ public final class ConfigImportHelper {
|
||||
}
|
||||
else if (bestCandidate != null && !isConfigOld(bestCandidate.second)) {
|
||||
oldConfigDirAndOldIdePath = new Pair<>(bestCandidate.first, null);
|
||||
log.info("auto-import (wizard disabled)");
|
||||
log.info("auto-import");
|
||||
}
|
||||
else if (!(veryFirstStartOnThisComputer || wizardEnabled || "never".equals(showImportDialog) || AppMode.isRemoteDevHost())) {
|
||||
else {
|
||||
log.info("no suitable configs found");
|
||||
oldConfigDirAndOldIdePath = showDialogAndGetOldConfigPath(candidateDirectories.getPaths());
|
||||
importScenarioStatistics = ImportOldConfigsUsagesCollector.InitialImportScenario.SHOW_DIALOG_NO_CONFIGS_FOUND;
|
||||
if (!(veryFirstStartOnThisComputer || wizardEnabled || "never".equals(showImportDialog) || AppMode.isRemoteDevHost())) {
|
||||
oldConfigDirAndOldIdePath = showDialogAndGetOldConfigPath(candidateDirectories.getPaths());
|
||||
importScenarioStatistics = ImportOldConfigsUsagesCollector.InitialImportScenario.SHOW_DIALOG_NO_CONFIGS_FOUND;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user