replace call to Echo_warning with plan echo as former is not defined at this point

bdmurray/intel-iot-models
Michael Hudson-Doyle 4 years ago
parent b6df5d1b76
commit 75165aeb34

@ -1012,7 +1012,7 @@ PASSES=$(_sanitize_passes "$PASSES")
LIVE_PASSES=${LIVE_PASSES:-$(_get_live_passes "$PASSES")} LIVE_PASSES=${LIVE_PASSES:-$(_get_live_passes "$PASSES")}
if [ -n "$PASSES" ] && [ -z "$LIVE_PASSES" ]; then if [ -n "$PASSES" ] && [ -z "$LIVE_PASSES" ]; then
Echo_warning "Multi-layered mode is enabled, but we didn't find any live pass." \ echo "W: Multi-layered mode is enabled, but we didn't find any live pass." \
"Either set \$LIVE_PASSES or add a pass ending with '.live'." "Either set \$LIVE_PASSES or add a pass ending with '.live'."
fi fi

Loading…
Cancel
Save