buildman: Drop the toolchain error when downloading toolchains
authorSimon Glass <sjg@chromium.org>
Thu, 28 Jul 2016 02:33:04 +0000 (20:33 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 1 Aug 2016 01:37:08 +0000 (19:37 -0600)
commit7e92e46e630cd7ee60e045e806356fa26567c064
treea720c93273e74e445e15e0b2d990e221a52a3900
parent2289b2763ce88fe5393108e2d270a05e90b52775
buildman: Drop the toolchain error when downloading toolchains

It doesn't make sense to complain about missing toolchains when the
--fetch-arch option is being used. The user is presumably aware that there
is a toolchain problem and is actively correcting it by running with this
option.

Refactor the code to avoid printing this confusing message.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/control.py