]> git.proxmox.com Git - pve-manager.git/commitdiff
vzdump: drop usless pbs upload finished log message
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Jul 2020 20:03:40 +0000 (22:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 6 Jul 2020 20:03:42 +0000 (22:03 +0200)
this is implied, if not there should be an error.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump.pm

index 7a9f1fe036236cf53508c864cd582c225ae1eaf0..1f0eb2468ef551b7d38e4215433fb486ad1883e1 100644 (file)
@@ -906,8 +906,7 @@ sub exec_backup_task {
        $plugin->archive($task, $vmid, $task->{tmptar}, $comp);
 
        if ($self->{opts}->{pbs}) {
-           # fixme: log size ?
-           debugmsg ('info', "pbs upload finished", $logfd);
+           # size is added to task struct in guest vzdump plugins
        } else {
            rename ($task->{tmptar}, $task->{target}) ||
                die "unable to rename '$task->{tmptar}' to '$task->{target}'\n";