]> git.proxmox.com Git - qemu-server.git/commit
vm start: only print tpm-related message if there is an instance
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 27 Oct 2021 06:49:37 +0000 (08:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Oct 2021 11:23:18 +0000 (13:23 +0200)
commit23bee97d0512eabc9f030d1b89df6eb01035c29c
treee9f59abdb0b79af1cc8417ae6046a84805fd1caf
parent25de70ae5977cec338490b2c42cd5517ff093a97
vm start: only print tpm-related message if there is an instance

Otherwise, this can produce an undef warning and be misleading.

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