Logging warning fixed
This commit is contained in:
parent
83aaf62914
commit
8981d52105
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.0.23) stable; urgency=low
|
||||
vn-vmware (1.0.24) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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) {
|
||||
|
|
Reference in New Issue