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:
		@ -335,7 +335,7 @@ fn create_archive(
 | 
			
		||||
        pattern_list,
 | 
			
		||||
        feature_flags,
 | 
			
		||||
        device_set,
 | 
			
		||||
        true,
 | 
			
		||||
        false,
 | 
			
		||||
        |path| {
 | 
			
		||||
            if verbose {
 | 
			
		||||
                println!("{:?}", path);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user