Logs fixed
This commit is contained in:
parent
d84257129d
commit
1efe86a004
|
@ -1,4 +1,4 @@
|
||||||
vn-vmware (1.0.9) stable; urgency=low
|
vn-vmware (1.0.10) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -456,7 +456,7 @@ sub backup_machine() {
|
||||||
if ($err) {
|
if ($err) {
|
||||||
log_message "An error ocurred during '$vm_name' backup, aborting.";
|
log_message "An error ocurred during '$vm_name' backup, aborting.";
|
||||||
|
|
||||||
log_message "Removing snapshots.";
|
log_message "Consolidating and removing snapshots.";
|
||||||
$vm->RemoveAllSnapshots();
|
$vm->RemoveAllSnapshots();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue