mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 04:17:05 +00:00
fix #146 add name to backup log.
This commit is contained in:
parent
d9cf7188ff
commit
85b84b7b01
@ -48,6 +48,9 @@ sub prepare {
|
||||
|
||||
my $conf = $self->{vmlist}->{$vmid} = PVE::QemuConfig->load_config($vmid);
|
||||
|
||||
$self->loginfo("VM Name: $conf->{name}")
|
||||
if defined($conf->{name});
|
||||
|
||||
$self->{vm_was_running} = 1;
|
||||
if (!PVE::QemuServer::check_running($vmid)) {
|
||||
$self->{vm_was_running} = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user