Skip to content

Commit cbe79c0

Browse files
committedMar 10, 2016
Merge remote-tracking branch 'arduino/missing_build_board_warning_2'
Signed-off-by: Cristian Maglie <[email protected]>
2 parents 92e4e58 + c41202b commit cbe79c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/arduino.cc/builder/constants/constants.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const MSG_LIBRARIES_USED = " Used: {0}"
219219
const MSG_LIBRARY_CAN_USE_SRC_AND_UTILITY_FOLDERS = "Library can't use both 'src' and 'utility' folders. Double check {0}"
220220
const MSG_LIBRARY_INCOMPATIBLE_ARCH = "WARNING: library {0} claims to run on {1} architecture(s) and may be incompatible with your current board which runs on {2} architecture(s)."
221221
const MSG_LOOKING_FOR_RECIPES = "Looking for recipes like {0}*{1}"
222-
const MSG_MISSING_BUILD_BOARD = "Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}"
222+
const MSG_MISSING_BUILD_BOARD = "Warning: Board {0}:{1}:{2} doesn''t define a ''build.board'' preference. Auto-set to: {3}"
223223
const MSG_MISSING_CORE_FOR_BOARD = "Selected board depends on '{0}' core (not installed)."
224224
const MSG_MUST_BE_A_FOLDER = "{0} must be a folder"
225225
const MSG_PACKAGE_UNKNOWN = "{0}: Unknown package"

0 commit comments

Comments
 (0)
Please sign in to comment.