Skip to content

Commit f604b50

Browse files
committed
warning becomes info
1 parent 3a0253b commit f604b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

it.baeyens.arduino.core/src/it/baeyens/arduino/tools/ArduinoHelpers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ private static void setTheEnvironmentVariablesAddtheBoardsTxt(IContributedEnviro
651651
Map<String, String> boardSectionMap = boardsFile.getSection(boardID);
652652
if (boardSectionMap == null) {
653653
if (warn) {
654-
Common.log(new Status(IStatus.WARNING, ArduinoConst.CORE_PLUGIN_ID, "The project "
654+
Common.log(new Status(IStatus.INFO, ArduinoConst.CORE_PLUGIN_ID, "The project "
655655
+ confDesc.getProjectDescription().getProject().getName() + " Has an invalid arduino board configuration."));
656656

657657
}

0 commit comments

Comments
 (0)