when doing very large jobs updating the progress only every 2% is too rare.
Signed-off-by: Peter Lieven <p...@kamp.de> --- qemu-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-img.c b/qemu-img.c index 8b5f3da..be72274 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -1227,7 +1227,7 @@ static int img_convert(int argc, char **argv) out_filename = argv[argc - 1]; /* Initialize before goto out */ - qemu_progress_init(progress, 2.0); + qemu_progress_init(progress, 1.0); if (options && is_help_option(options)) { ret = print_block_option_help(out_filename, out_fmt); -- 1.7.9.5