forked from Fediversity/Fediversity
Better logging of VM removal
This commit is contained in:
parent
e27cc6e96a
commit
beb225faf7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue