diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/cbfstool/cbfstool.c | 2 |
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, |