]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/VZDump/LXC.pm
vzdump: clearer log message when removing temp. snapshot again
[pve-container.git] / 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);
     }
 }