pxar: don't skip list+found by default
This used to be default-off and was accidentally set to on-by-default with the pxar crate update. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3014088684
commit
fc6047fcb1
|
@ -335,7 +335,7 @@ fn create_archive(
|
|||
pattern_list,
|
||||
feature_flags,
|
||||
device_set,
|
||||
true,
|
||||
false,
|
||||
|path| {
|
||||
if verbose {
|
||||
println!("{:?}", path);
|
||||
|
|
Loading…
Reference in New Issue