mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-27 15:53:03 +00:00
qemu_img_convert: add missing newline for progress output
which was accidentally removed by b5e9d97bdf.
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
ebce523987
commit
6629f976ac
@ -6958,7 +6958,7 @@ sub qemu_img_convert {
|
||||
my $total_h = render_bytes($size, 1);
|
||||
my $transferred_h = render_bytes($transferred, 1);
|
||||
|
||||
print "transferred $transferred_h of $total_h ($percent%)";
|
||||
print "transferred $transferred_h of $total_h ($percent%)\n";
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user