ROMFS: Reduce verbosity level

This commit is contained in:
Lorenz Meier
2018-01-05 23:17:08 +01:00
parent 59f56f4a5b
commit 1cfb441527
-3
View File
@@ -460,7 +460,6 @@ then
then then
if param compare UAVCAN_ENABLE 0 if param compare UAVCAN_ENABLE 0
then then
echo "OVERRIDING UAVCAN_ENABLE = 3" >> $LOG_FILE
param set UAVCAN_ENABLE 3 param set UAVCAN_ENABLE 3
fi fi
fi fi
@@ -501,7 +500,6 @@ then
if mkblctrl $MKBLCTRL_ARG if mkblctrl $MKBLCTRL_ARG
then then
else else
echo "MK start failed" >> $LOG_FILE
tone_alarm $TUNE_ERR tone_alarm $TUNE_ERR
fi fi
unset MKBLCTRL_ARG unset MKBLCTRL_ARG
@@ -819,7 +817,6 @@ then
# Still no MAV_TYPE found # Still no MAV_TYPE found
if [ $MAV_TYPE == none ] if [ $MAV_TYPE == none ]
then then
echo "Unknown MAV_TYPE"
param set MAV_TYPE 2 param set MAV_TYPE 2
else else
param set MAV_TYPE ${MAV_TYPE} param set MAV_TYPE ${MAV_TYPE}