From 2ed7295cd995f1e28fe442ce50a4a7aa3362395c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 16 Dec 2016 14:51:53 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/17899 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- util/cbfstool/cbfstool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool/cbfstool.c') 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, -- cgit v1.2.3