We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0253b commit f604b50Copy full SHA for f604b50
it.baeyens.arduino.core/src/it/baeyens/arduino/tools/ArduinoHelpers.java
@@ -651,7 +651,7 @@ private static void setTheEnvironmentVariablesAddtheBoardsTxt(IContributedEnviro
651
Map<String, String> boardSectionMap = boardsFile.getSection(boardID);
652
if (boardSectionMap == null) {
653
if (warn) {
654
- Common.log(new Status(IStatus.WARNING, ArduinoConst.CORE_PLUGIN_ID, "The project "
+ Common.log(new Status(IStatus.INFO, ArduinoConst.CORE_PLUGIN_ID, "The project "
655
+ confDesc.getProjectDescription().getProject().getName() + " Has an invalid arduino board configuration."));
656
657
}
0 commit comments