5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-24 02:04:10 +03:00

config: parse: also warn about invalid lines

as we already do for containers.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fabian Ebner 2021-03-03 12:01:26 +01:00 committed by Thomas Lamprecht
parent fdfdc80ece
commit f8d2a1ce99

View File

@ -2215,6 +2215,8 @@ sub parse_vm_config {
$conf->{$key} = $value;
}
} else {
warn "vm $vmid - unable to parse config: $line\n";
}
}