]> git.proxmox.com Git - qemu-server.git/commitdiff
live-restore: merge snapshot/repo log lines into one
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 May 2021 10:14:34 +0000 (12:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 May 2021 10:14:37 +0000 (12:14 +0200)
to many lines make task log harder to read

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index ace3287f70c01431fa462a7da68112c2a0964465..25ac05240cb6f599f75ed4b8c1d4d72876f6209b 100644 (file)
@@ -6430,8 +6430,7 @@ sub pbs_live_restore {
     my ($vmid, $conf, $storecfg, $restored_disks, $repo, $keyfile, $snap) = @_;
 
     print "starting VM for live-restore\n";
-    print "repository: '$repo'\n";
-    print "snapshot: '$snap'\n";
+    print "repository: '$repo', snapshot: '$snap'\n";
 
     my $pbs_backing = {};
     for my $ds (keys %$restored_disks) {