]> git.proxmox.com Git - pve-container.git/commitdiff
vzdump: clearer log message when removing temp. snapshot again
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 1 Nov 2020 19:19:49 +0000 (20:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 1 Nov 2020 19:19:54 +0000 (20:19 +0100)
the original sounded a tad dangerous..

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

index 42672aaefa9d93e0867c3ba1aa19d3f096dca8de..05d84952afd171c07557403dc2bacb12bf577e5b 100644 (file)
@@ -460,7 +460,7 @@ sub cleanup {
     }
 
     if ($task->{cleanup}->{remove_snapshot}) {
-       $self->loginfo("remove vzdump snapshot");
+       $self->loginfo("cleanup temporary 'vzdump' snapshot");
        PVE::LXC::Config->snapshot_delete($vmid, 'vzdump', 0);
     }
 }