]> git.sur5r.net Git - u-boot/commit
iso: Reduce verbosity on test and info calls
authorAlexander Graf <agraf@suse.de>
Fri, 6 Oct 2017 11:35:07 +0000 (13:35 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commitb16339e254371b2823f48186889775b90b044f7e
treec67a266b4de12f117ec1d5ca871267a63c162e39
parent7d8e9e8e24b247944bbff6ab68e03cac81fde218
iso: Reduce verbosity on test and info calls

The test and info callbacks into the partition callback struct are
used by the "part list" command on the command line. That command
is used by the distro script.

With verb=1 set, "part list" thus throws a lot of warnings about
partitions it can't find when an upper layer searches for partitions.

So let's reduce verbosity to bring it to the same level of noise
as the other partition targets.

Signed-off-by: Alexander Graf <agraf@suse.de>
disk/part_iso.c