aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/cbfstool.c
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-12-16 14:51:53 +0100
committerPatrick Georgi <pgeorgi@google.com>2017-01-02 16:29:02 +0100
commit2ed7295cd995f1e28fe442ce50a4a7aa3362395c (patch)
treeb19d32830472959385ea920d293bf5aa4bec68b5 /util/cbfstool/cbfstool.c
parent643236e193aa6a3a88903d7bdd2d13fe1ac0f675 (diff)
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>
Diffstat (limited to 'util/cbfstool/cbfstool.c')
-rw-r--r--util/cbfstool/cbfstool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index d3c15e01fc..de50ff3625 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,