Code updates

This commit is contained in:
Juan 2018-09-17 12:17:46 +02:00
parent 3b8838de1d
commit 41dd2d7060
1 changed files with 1 additions and 1 deletions

View File

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