From: Fiona Ebner Date: Mon, 23 Jan 2023 11:43:23 +0000 (+0100) Subject: savevm-async: fix function name in error message X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a02081501a51c1e7ed98884738a22486c3c4bb74;p=pve-qemu.git savevm-async: fix function name in error message which also makes it distinguishable from the other "qemu_savevm_state_iterate error" message. Signed-off-by: Fiona Ebner --- diff --git a/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch b/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch index 4b8cf7b..fcbe4bc 100644 --- a/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch +++ b/debian/patches/pve/0017-PVE-add-savevm-async-for-background-state-snapshots.patch @@ -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); + } + } +