Missing optional files message not logged to error

This commit is contained in:
Juan Ferrer 2019-09-25 20:31:23 +02:00
parent 31b6d0f2a7
commit 1e3ca6ca0d
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View File

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

View File

@ -441,7 +441,7 @@ sub backup_machine() {
if ($err) {
if ($file->type ~~ @opt_files) {
log_error $err;
log_message $err;
} else {
die $err
}