public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] qemu_img_convert: add missing newline for progress output
@ 2021-04-22  6:57 Fabian Ebner
  2021-04-22  9:37 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2021-04-22  6:57 UTC (permalink / raw)
  To: pve-devel

which was accidentally removed by b5e9d97bdf8a63a542f8cbb3c1d0821ee731f796.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
---
 PVE/QemuServer.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 8b9c40d..e768072 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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";
 	}
 
     };
-- 
2.20.1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-22  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-22  6:57 [pve-devel] [PATCH qemu-server] qemu_img_convert: add missing newline for progress output Fabian Ebner
2021-04-22  9:37 ` [pve-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal