Logging warning fixed

This commit is contained in:
Juan 2018-08-28 09:24:28 +02:00
parent 83aaf62914
commit 8981d52105
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -475,7 +475,7 @@ sub backup_machine() {
$vm->RemoveAllSnapshots();
}
"Removing temporary directory: $local_tmp_dir";
log_message "Removing temporary directory: $local_tmp_dir";
rmtree($local_tmp_dir);
if ($err) {