]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
vzdump: make log for stop-mode guest-type agnostic
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 11:24:47 +0000 (13:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Jun 2021 11:24:47 +0000 (13:24 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump.pm

index b400ffa04a0be9b54977d46c61a97fc262ddb808..f4101653151f677d183282880e1f367200c7cc51 100644 (file)
@@ -898,7 +898,7 @@ sub exec_backup_task {
            $self->run_hook_script ('backup-start', $task, $logfd);
 
            if ($running) {
-               debugmsg ('info', "stopping vm", $logfd);
+               debugmsg ('info', "stopping virtual guest", $logfd);
                $task->{vmstoptime} = time();
                $self->run_hook_script ('pre-stop', $task, $logfd);
                $plugin->stop_vm ($task, $vmid);