Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17899
-gerrit
commit 8734029afd8f8d206a427f4df6898502af2a30fc Author: Patrick Georgi pgeorgi@chromium.org Date: Fri Dec 16 14:51:53 2016 +0100
util/cbfstool: Don't print region information on stderr by default
It's usually not too interesting, so hide it behind -v.
Change-Id: Icffb5ea4d70300ab06dfa0c9134d265433260368 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- util/cbfstool/cbfstool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index d3c15e0..de50ff3 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -1152,7 +1152,7 @@ static int dispatch_command(struct command command) assert(param.image_file);
if (partitioned_file_is_partitioned(param.image_file)) { - LOG("Performing operation on '%s' region...\n", + INFO("Performing operation on '%s' region...\n", param.region_name); } if (!partitioned_file_read_region(param.image_region,