Skip to content

Commit fe5ca2d

Browse files
committed
Merge remote-tracking branch 'origin/master' into v1.1.x
2 parents cdf895f + 8977e66 commit fe5ca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/egoshard/intellij/k8s/ui/ConfigEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public static void validate(RunConfigurationBase config) {
139139
Optional.ofNullable(config.getUserData(SETTING_KEY)).ifPresent(settings -> {
140140
if (settings.isEnabled()) {
141141
settings.getEntries().stream().filter(entry -> !entry.validate()).findFirst()
142-
.ifPresent(entry -> logger.error(String.format(MSG_PATH_INVALID, entry.getPath())));
142+
.ifPresent(entry -> logger.warn(String.format(MSG_PATH_INVALID, entry.getPath())));
143143
}
144144
});
145145
}

0 commit comments

Comments
 (0)