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:
parent
fdfdc80ece
commit
f8d2a1ce99
@ -2215,6 +2215,8 @@ sub parse_vm_config {
|
||||
|
||||
$conf->{$key} = $value;
|
||||
}
|
||||
} else {
|
||||
warn "vm $vmid - unable to parse config: $line\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user