X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2FPVE%2FVZDump%2FLXC.pm;h=05d84952afd171c07557403dc2bacb12bf577e5b;hb=02e1a9c5c08311aaec396d7f162f9d4de3e5b291;hp=42672aaefa9d93e0867c3ba1aa19d3f096dca8de;hpb=8a4db9338f53c73f943d04fef1fb6c0b61051c3e;p=pve-container.git diff --git a/src/PVE/VZDump/LXC.pm b/src/PVE/VZDump/LXC.pm index 42672aa..05d8495 100644 --- a/src/PVE/VZDump/LXC.pm +++ b/src/PVE/VZDump/LXC.pm @@ -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); } }