1
0
Fork 0

Better logging of VM removal

This commit is contained in:
Nicolas Jeannerod 2025-02-26 10:54:06 +01:00
parent e27cc6e96a
commit beb225faf7
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -166,7 +166,8 @@ grab_vm_options () {
but I got proxmox = '%s' for VM %s." "$proxmox" "$vm_name"
fi
printf 'done grabing VM options for VM %s. Got %d.\n' "$vm_name" "$vm_id"
printf 'done grabing VM options for VM %s. Found VM %d on %s Proxmox.\n' \
"$vm_name" "$vm_id" "$proxmox"
fi
}