Tools/ardupilotwaf: make skipped summary warning red

This commit is contained in:
Iampete1 2021-07-23 17:28:53 +01:00 committed by Andrew Tridgell
parent 4b28f53644
commit d2a14f4283

View File

@ -154,7 +154,7 @@ def _build_summary(bld):
Logs.info('')
Logs.pprint(
'NORMAL',
'Note: Some targets were suppressed. Use --summary-all if you want information of all targets.',
'\033[0;31;1mNote: Some targets were suppressed. Use --summary-all if you want information of all targets.',
)
if hasattr(bld, 'extra_build_summary'):