Missing optional files message not logged to error
This commit is contained in:
parent
31b6d0f2a7
commit
1e3ca6ca0d
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.1.7) stable; urgency=low
|
||||
vn-vmware (1.1.8) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -441,7 +441,7 @@ sub backup_machine() {
|
|||
|
||||
if ($err) {
|
||||
if ($file->type ~~ @opt_files) {
|
||||
log_error $err;
|
||||
log_message $err;
|
||||
} else {
|
||||
die $err
|
||||
}
|
||||
|
|
Reference in New Issue