]> git.proxmox.com Git - pve-qemu.git/commitdiff
savevm-async: fix function name in error message
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 23 Jan 2023 11:43:23 +0000 (12:43 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 24 Jan 2023 16:08:54 +0000 (17:08 +0100)
which also makes it distinguishable from the other
"qemu_savevm_state_iterate error" message.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch

index 4b8cf7b701deb39d12b51467101b13362a447ed8..fcbe4bcc2f6aef623161b09866558cccea2803d6 100644 (file)
@@ -347,7 +347,7 @@ index 0000000000..05d394c0e2
 +        (void)qemu_savevm_state_complete_precopy(snap_state.file, false, false);
 +        ret = qemu_file_get_error(snap_state.file);
 +        if (ret < 0) {
-+                save_snapshot_error("qemu_savevm_state_iterate error %d", ret);
++            save_snapshot_error("qemu_savevm_state_complete_precopy error %d", ret);
 +        }
 +    }
 +