]> git.proxmox.com Git - qemu-server.git/commit
vzdump: assemble: improve error messages
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 23 Oct 2023 08:59:08 +0000 (10:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 23 Oct 2023 15:09:41 +0000 (17:09 +0200)
commitb7bbeff3f9b49fa2f1678e83f34659145be77e3d
tree5ce0a5d4e99336713ef953fece0dc996ab9bbe60
parent6f0627d4bd007808b6df4bffaae84c8bc081eded
vzdump: assemble: improve error messages

by including the errno. Might make it clearer what the issue is in
cases like: https://forum.proxmox.com/threads/135261/

Also add the missing newlines, the missing "to" in the second message,
switch to the more common "or die" and avoid line bloat while at it.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/VZDump/QemuServer.pm