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>
Reviewed-on: https://review.coreboot.org/17899
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Patrick Georgi 2016-12-16 14:51:53 +01:00 committed by Patrick Georgi
parent 643236e193
commit 2ed7295cd9
1 changed files with 1 additions and 1 deletions

View File

@ -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,