abuild: Don't print "Using payload ..." message in quiet mode

It's not useful in quiet mode, and is very distracting.

Change-Id: I59dc8caa22b66980560d5afb76eae801efaa29ad
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/124
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
Alexandru Gagniuc 2014-12-10 16:49:23 -06:00
parent 87543425d7
commit 0f0d497217
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function create_config
echo "problem with payload"
exit 1
fi
printf "Using payload $PAYLOAD\n"
if [ "$quiet" == "false" ]; then printf "Using payload $PAYLOAD\n"; fi
elif [ "$payloads" = "none" ]; then
PAYLOAD=none
fi