Logs fixed

This commit is contained in:
Juan 2018-08-21 16:58:54 +02:00
parent d84257129d
commit 1efe86a004
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-vmware (1.0.9) stable; urgency=low
vn-vmware (1.0.10) stable; urgency=low
* Initial Release.

View File

@ -456,7 +456,7 @@ sub backup_machine() {
if ($err) {
log_message "An error ocurred during '$vm_name' backup, aborting.";
log_message "Removing snapshots.";
log_message "Consolidating and removing snapshots.";
$vm->RemoveAllSnapshots();
}