commit | b16339e254371b2823f48186889775b90b044f7e | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Oct 06 13:35:07 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 09:42:51 2017 -0400 |
tree | c67a266b4de12f117ec1d5ca871267a63c162e39 | |
parent | 7d8e9e8e24b247944bbff6ab68e03cac81fde218 [diff] |
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>