]> git.proxmox.com Git - qemu-server.git/commitdiff
fix #146 add name to backup log.
authorWolfgang Link <w.link@proxmox.com>
Mon, 27 Jun 2016 12:37:14 +0000 (14:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 28 Jun 2016 04:41:35 +0000 (06:41 +0200)
PVE/VZDump/QemuServer.pm

index 616391b5474894eb9484c0df16eaaa1346f85520..5916eedf3a7e6bdd70e9471b8e79bfd9f9325617 100644 (file)
@@ -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;